summarylogtreecommitdiffstats
path: root/pi-hole-server.install
diff options
context:
space:
mode:
Diffstat (limited to 'pi-hole-server.install')
-rw-r--r--pi-hole-server.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/pi-hole-server.install b/pi-hole-server.install
index ba6c766fbeff..31b1e3c952b2 100644
--- a/pi-hole-server.install
+++ b/pi-hole-server.install
@@ -1,8 +1,8 @@
post_install() {
echo -e "\e[1;33m==>\e[0m Please read configuration instructions at /usr/share/doc/pihole/configuration"
echo -e "\e[1;33m==>\e[0m or ArchWiki page at \e[1;36mhttps://wiki.archlinux.org/index.php/Pi-hole\e[0m"
-# echo -e "\e[1;33m==>\e[0m \e[1;31mVer. 3.0.1-1\e[0m: lighttpd conf file is changed"
-# echo -e "\e[1;33m==>\e[0m Please follow configuration upgrade steps"
+ echo -e "\e[1;33m==>\e[0m \e[1;31mVer. 3.1-6\e[0m: dnsmasq conf file is changed"
+ echo -e "\e[1;33m==>\e[0m Please follow configuration upgrade steps"
echo -e "\e[1;33m==>\e[0m Neutrino emissions detected..."
touch /etc/dnsmasq.d/02-pihole-dhcp.conf
touch /etc/dnsmasq.d/03-pihole-wildcard.conf
@@ -12,7 +12,7 @@ post_install() {
_dnsmasq_address_setup
/usr/bin/pihole updateGravity > /dev/null
- /usr/bin/pihole -a setdns 8.8.8.8 > /dev/null
+ /usr/bin/pihole -a setdns 8.8.8.8,8.8.4.4 > /dev/null
}
post_upgrade() {