ready for beta-tests.
This commit is contained in:
20
config.toml.example
Normal file
20
config.toml.example
Normal file
@@ -0,0 +1,20 @@
|
||||
# Port of the API server
|
||||
#api_port = 3000
|
||||
# Address of the DNS server
|
||||
#dns_addr = "localhost:3053"
|
||||
# Zone name for DNS updates without base domain. (mandatory)
|
||||
base_zone = "acme.example.com."
|
||||
|
||||
[[auths]]
|
||||
login = "me"
|
||||
key = "secret"
|
||||
scope = ["example.net.", "sub.example.com."]
|
||||
# Zone name for DNS updates without base domain. (optional)
|
||||
#base_zone = "example.net."
|
||||
|
||||
[[auths]]
|
||||
login = "user"
|
||||
key = "secret"
|
||||
scope = ["example.com"]
|
||||
# Zone name for DNS updates without base domain. (optional)
|
||||
#base_zone = "acme.example.com."
|
||||
Reference in New Issue
Block a user