Skip to content

Commit

Permalink
feat: enable reqwest hickory-resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Jun 8, 2024
1 parent f7c9bd5 commit be3a5b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ service = ["local", "server", "manager"]
winservice = ["service", "windows-service"]

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

0 comments on commit be3a5b9

Please sign in to comment.