hickory-dns integrated.

This commit is contained in:
Micha Glave
2026-01-08 18:27:44 +01:00
committed by Micha Glave
parent 4c86b21ca7
commit 7f15efc0cd
8 changed files with 652 additions and 162 deletions

14
config.toml Normal file
View File

@@ -0,0 +1,14 @@
#api_port = 3002
dns_addr = "localhost:8053"
zone_name = "acme.example.com"
[[auths]]
login = "mig"
key = "geheimnis"
scope = ["norbb.de", "domain2"]
[[auths]]
login = "user"
key = "secret"
scope = ["example.com"]