Skip to content

Commit be3a5b9

Browse files
committed
feat: enable reqwest hickory-resolver
1 parent f7c9bd5 commit be3a5b9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ service = ["local", "server", "manager"]
121121
winservice = ["service", "windows-service"]
122122

123123
# Enables Hickory-DNS for replacing tokio's builtin DNS resolver
124-
hickory-dns = ["shadowsocks-service/hickory-dns"]
124+
hickory-dns = ["shadowsocks-service/hickory-dns", "reqwest/hickory-dns"]
125125
# Hickory-DNS was renamed from Trust-DNS, keep compatibility.
126126
trust-dns = ["hickory-dns"]
127127
dns-over-tls = ["shadowsocks-service/dns-over-tls"]

0 commit comments

Comments
 (0)