mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-09-02 09:09:17 +00:00
feat(dns): support configurable resolver chain
This commit is contained in:
+1
-1
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user