From fb2192bb8d499033b60f807c321bd840d459e1a5 Mon Sep 17 00:00:00 2001 From: Tim Xylon Date: Sat, 24 Jun 2023 04:03:58 +0800 Subject: [PATCH] Introduce `dns-cache-size` option in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e4189e70..d2bf4976 100644 --- a/README.md +++ b/README.md @@ -672,6 +672,8 @@ Example configuration: // // The field is only effective if feature "trust-dns" is enabled. "dns": "google", + // Configure `cache_size` for "trust-dns" ResolverOpts. Set to "0" to disable DNS cache. + "dns_cache_size": 0, // Mode, could be one of the // - tcp_only