From 2d3cae43cbf679a8171c68ef2dd72e13d521cd74 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Mon, 28 Oct 2024 15:10:48 -0400
Subject: [PATCH] Update pihole-install.sh

Correct interface IP
---
 install/pihole-install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 <<EOF >/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