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

1
Cargo.lock generated
View File

@ -1210,6 +1210,7 @@ dependencies = [
"tokio",
"toml",
"tower",
"trust-dns-proto",
"trust-dns-resolver",
]