21 lines
522 B
Plaintext
21 lines
522 B
Plaintext
# 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."
|