summarylogtreecommitdiffstats
path: root/pi-hole-standalone.install
diff options
context:
space:
mode:
authormax.bra2016-07-18 19:18:40 +0200
committermax.bra2016-07-18 19:18:40 +0200
commitddcac770474620d28602fbd41f79601f972c050c (patch)
tree4ae86e65e47eeba915f3dd5fdff5ba6629e9b29a /pi-hole-standalone.install
parent5705c8563901ca212a2c7387d628543697d28b66 (diff)
downloadaur-ddcac770474620d28602fbd41f79601f972c050c.tar.gz
v2.8.1 and ipv6 support
Diffstat (limited to 'pi-hole-standalone.install')
-rw-r--r--pi-hole-standalone.install1
1 files changed, 1 insertions, 0 deletions
diff --git a/pi-hole-standalone.install b/pi-hole-standalone.install
index b6913ad66d73..69e472c96b50 100644
--- a/pi-hole-standalone.install
+++ b/pi-hole-standalone.install
@@ -3,6 +3,7 @@ post_install() {
==> please read configuration instructions at /usr/share/doc/pihole/configuration
==> first install/update run...
EOF
+ cat /proc/net/if_inet6 2>&1 > /dev/null && touch /etc/pihole/.useIPv6
/usr/bin/gravity.sh > /dev/null
systemctl daemon-reload > /dev/null
systemctl start pi-hole-gravity.timer > /dev/null