Add additional DNS servers and support DoH protocol additionally to regular DNS.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user