diff --git a/Pi-hole-as-recursive-DNS-server.md b/Pi-hole-as-recursive-DNS-server.md index fc7a7ff..2009eab 100644 --- a/Pi-hole-as-recursive-DNS-server.md +++ b/Pi-hole-as-recursive-DNS-server.md @@ -69,10 +69,12 @@ server: verbosity: 1 port: 5353 do-ip4: yes - #do-ip6: yes do-udp: yes do-tcp: yes + # May be set to yes if you have IPv6 connectivity + do-ip6: no + # Use this only when you downloaded the list of primary root servers! root-hints: "/var/lib/unbound/root.hints"