Skip to content
Snippets Groups Projects
Commit 31360630 authored by Magnus Frühling's avatar Magnus Frühling Committed by github-actions[bot]
Browse files

docs: avoid DNS request loop

Fix the example config for the dns upstreams.

(cherry picked from commit ffeaf4451e7c79738dad66fb850fc0345578b050)
parent 5e9afa33
No related branches found
No related tags found
No related merge requests found
......@@ -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 = {
......
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