Skip to content
Snippets Groups Projects
Unverified Commit dcd6c0eb authored by Magnus Frühling's avatar Magnus Frühling Committed by GitHub
Browse files

docs: avoid DNS request loop (#2945)

Fix the example config for the dns upstreams.
parent 2ad4ce3b
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ some browsers would open the searchpage instead. ...@@ -40,7 +40,7 @@ some browsers would open the searchpage instead.
dns = { dns = {
cacheentries = 5000, cacheentries = 5000,
servers = { '2001:db8::1', }, servers = { '2001:4860:4860::8888', '2001:4860:4860::8844' },
}, },
next_node = { next_node = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment