add DnsConfig and ZoneConfig with proto definitions

This commit is contained in:
Luna Yao
2026-02-05 18:30:09 +01:00
parent 7abdfd35e8
commit 3f3aec8edd
10 changed files with 319 additions and 15 deletions
+2 -1
View File
@@ -56,7 +56,7 @@ itertools = "0.14.0"
strum = { version = "0.27.2", features = ["derive"] }
gethostname = "0.5.0"
gethostname = "1.1.0"
futures = { version = "0.3", features = ["bilock", "unstable"] }
@@ -148,6 +148,7 @@ rand = "0.8.5"
serde = { version = "1.0", features = ["derive"] }
pnet = { version = "0.35.0", features = ["serde"] }
serde_json = "1"
serde_with = "3"
clap = { version = "4.5.30", features = [
"string",