We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dns-cache-size
1 parent a7811b6 commit fb2192bCopy full SHA for fb2192b
README.md
@@ -672,6 +672,8 @@ Example configuration:
672
//
673
// The field is only effective if feature "trust-dns" is enabled.
674
"dns": "google",
675
+ // Configure `cache_size` for "trust-dns" ResolverOpts. Set to "0" to disable DNS cache.
676
+ "dns_cache_size": 0,
677
678
// Mode, could be one of the
679
// - tcp_only
0 commit comments