From dcd6c0ebd655acc52e3e68a4a0918232c3194641 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Magnus=20Fr=C3=BChling?= <skorpy@frankfurt.ccc.de>
Date: Sat, 26 Aug 2023 03:01:05 +0200
Subject: [PATCH] docs: avoid DNS request loop (#2945)

Fix the example config for the dns upstreams.
---
 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 4cc49694..4a6fca8a 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