Added support for CNAME, NS and SOA records

This commit is contained in:
Slatian
2023-02-24 11:43:29 +01:00
parent 4881f76b5b
commit b900ec3b1c
3 changed files with 72 additions and 5 deletions

View File

@ -18,5 +18,6 @@ tokio = { version = "1", features = ["full"] }
tera = "1"
toml = "0.7"
tower = "*"
trust-dns-proto = "0.22"
trust-dns-resolver = "0.22"
maxminddb = "0.23"