feat(dns): support configurable resolver chain

This commit is contained in:
fanyang
2026-06-04 23:14:38 +08:00
parent b207b8a7bb
commit e21046a5fa
7 changed files with 455 additions and 82 deletions
+1 -1
View File
@@ -245,7 +245,7 @@ http_req = { git = "https://github.com/EasyTier/http_req.git", default-features
# for dns connector
hickory-proto = "0.26.0"
hickory-net = { version = "0.26.0", features = ["serde"] }
hickory-resolver = "0.26.0"
hickory-resolver = { version = "0.26.0", features = ["https-ring", "webpki-roots"] }
# for magic dns
hickory-server = { version = "0.26.0", features = ["resolver"], optional = true }