Add additional DNS servers and support DoH protocol additionally to regular DNS.

This commit is contained in:
2025-08-11 15:14:01 +02:00
parent e6666870b9
commit d6967fc521
6 changed files with 508 additions and 11 deletions
+3
View File
@@ -19,6 +19,9 @@ clap = { version = "4.4", features = ["derive"] }
tokio = { version = "1.0", features = ["full"] }
hickory-resolver = "0.24"
hickory-client = "0.24"
reqwest = { version = "0.12", features = ["json"] }
base64 = "0.22"
urlencoding = "2.1"
socket2 = "0.5"
pnet = "0.34"
anyhow = "1.0"