From 3bcf2cece6474889f149cd09048272f7837a35cc Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 3 Apr 2024 02:42:06 -0400 Subject: [PATCH] Update pihole-install.sh tweak --- 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 f3c52e90..84649dba 100644 --- a/install/pihole-install.sh +++ b/install/pihole-install.sh @@ -93,7 +93,7 @@ EOF cat </etc/dnsmasq.d/99-edns.conf edns-packet-max=1232 EOF - wget -q https://www.internic.net/domain/named.root >/var/lib/unbound/root.hints + wget -qO /var/lib/unbound/root.hints https://www.internic.net/domain/named.root sed -i -e 's/PIHOLE_DNS_1=8.8.8.8/PIHOLE_DNS_1=127.0.0.1#5335/' -e 's/PIHOLE_DNS_2=8.8.4.4/#PIHOLE_DNS_2=8.8.4.4/' /etc/pihole/setupVars.conf systemctl enable -q --now unbound systemctl restart pihole-FTL.service