From 381da851e4bcbcab715f79416dcfa01e907b3be9 Mon Sep 17 00:00:00 2001 From: Gerd Zelo Date: Fri, 24 Apr 2020 00:49:55 +0200 Subject: [PATCH] Update pi-hole.conf --- unbound/pi-hole.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/unbound/pi-hole.conf b/unbound/pi-hole.conf index 055bf3dd..692787ed 100644 --- a/unbound/pi-hole.conf +++ b/unbound/pi-hole.conf @@ -8,11 +8,12 @@ server: msg-cache-size: 128m rrset-cache-size: 256m serve-expired: yes - + # If no logfile is specified, syslog is used # logfile: "/var/log/unbound/unbound.log" verbosity: 0 + interface: 127.0.0.1 port: 5335 do-ip4: yes do-udp: yes @@ -21,6 +22,10 @@ server: # May be set to yes if you have IPv6 connectivity do-ip6: no + # You want to leave this to no unless you have *native* IPv6. With 6to4 and + # Terredo tunnels your web browser should favor IPv4 for the same reasons + prefer-ip6: no + # Use this only when you downloaded the list of primary root servers! root-hints: "/var/lib/unbound/root.hints"