ready for beta-tests.

This commit is contained in:
2026-01-12 13:23:16 +01:00
parent 7f15efc0cd
commit 54567d3af4
12 changed files with 807 additions and 333 deletions

20
config.toml.example Normal file
View 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."