Skip to content

Commit fb2192b

Browse files
zedifenzonyitoo
authored andcommitted
Introduce dns-cache-size option in README
1 parent a7811b6 commit fb2192b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,8 @@ Example configuration:
672672
//
673673
// The field is only effective if feature "trust-dns" is enabled.
674674
"dns": "google",
675+
// Configure `cache_size` for "trust-dns" ResolverOpts. Set to "0" to disable DNS cache.
676+
"dns_cache_size": 0,
675677

676678
// Mode, could be one of the
677679
// - tcp_only

0 commit comments

Comments
 (0)