diff --git a/install/pihole-install.sh b/install/pihole-install.sh index 7f79ff8c..5b869d0d 100644 --- a/install/pihole-install.sh +++ b/install/pihole-install.sh @@ -49,7 +49,7 @@ if [[ ${prompt,,} =~ ^(y|yes)$ ]]; then cat </etc/unbound/unbound.conf.d/pi-hole.conf server: verbosity: 0 - interface: 0.0.0.0 + interface: 127.0.0.1 port: 5335 do-ip6: no do-ip4: yes