From 31360630a483516517d79cf387185caa0d10f13a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20Fr=C3=BChling?= <skorpy@frankfurt.ccc.de> Date: Sat, 26 Aug 2023 01:26:10 +0200 Subject: [PATCH] docs: avoid DNS request loop Fix the example config for the dns upstreams. (cherry picked from commit ffeaf4451e7c79738dad66fb850fc0345578b050) --- docs/features/dns-cache.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/dns-cache.rst b/docs/features/dns-cache.rst index 4cc496947..4a6fca8ad 100644 --- a/docs/features/dns-cache.rst +++ b/docs/features/dns-cache.rst @@ -40,7 +40,7 @@ some browsers would open the searchpage instead. dns = { cacheentries = 5000, - servers = { '2001:db8::1', }, + servers = { '2001:4860:4860::8888', '2001:4860:4860::8844' }, }, next_node = { -- GitLab