Skip to content

Commit

Permalink
trust-dns renamed to hickory-dns
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Oct 17, 2023
1 parent ac71578 commit ea527fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Related Projects:

### Optional Features

- `trust-dns` - Uses [`trust-dns-resolver`](https://crates.io/crates/trust-dns-resolver) as DNS resolver instead of `tokio`'s builtin.
- `hickory-dns` - Uses [`hickory-resolver`](https://crates.io/crates/hickory-resolver) as DNS resolver instead of `tokio`'s builtin.

- `local-http` - Allow using HTTP protocol for `sslocal`

Expand Down Expand Up @@ -730,9 +730,9 @@ Example configuration:
// - quad9 (TCP, UDP)
// - quad9_tls (TLS), enable by feature "dns-over-tls"
//
// The field is only effective if feature "trust-dns" is enabled.
// The field is only effective if feature "hickory-dns" is enabled.
"dns": "google",
// Configure `cache_size` for "trust-dns" ResolverOpts. Set to "0" to disable DNS cache.
// Configure `cache_size` for "hickory-dns" ResolverOpts. Set to "0" to disable DNS cache.
"dns_cache_size": 0,

// Mode, could be one of the
Expand Down

0 comments on commit ea527fd

Please sign in to comment.