diff --git a/website/content/docs/agent/options.mdx b/website/content/docs/agent/options.mdx index 28b1a0023d..1f274187d4 100644 --- a/website/content/docs/agent/options.mdx +++ b/website/content/docs/agent/options.mdx @@ -2213,7 +2213,7 @@ bind_addr = "{{ GetPrivateInterfaces | include \"network\" \"10.0.0.0/8\" | attr streaming rpc, instead of the traditional blocking queries, for endpoints which support streaming. All servers must have [`rpc.enable_streaming`](#rpc_enable_streaming) enabled before any client can enable `use_streaming_backend`. - At least one of [`dns.use_cache`](#dns_use_cache) or + At least one of [`dns_config.use_cache`](#dns_use_cache) or [`http_config.use_cache`](#http_config_use_cache) must be enabled, otherwise this setting has no effect. `use_streaming_backend` will default to true in a future version of Consul.