1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-11-18 06:08:21 +00:00

Update whitelist.sh

Change piholeIPfile to a permanent location.
This commit is contained in:
Jim Liu 2016-04-22 01:41:11 +08:00
parent 08e95ed606
commit 10066209e7

View File

@ -42,7 +42,7 @@ verbose=true
domList=() domList=()
domToRemoveList=() domToRemoveList=()
piholeIPfile=/tmp/piholeIP piholeIPfile=/etc/pihole/piholeIP
piholeIPv6file=/etc/pihole/.useIPv6 piholeIPv6file=/etc/pihole/.useIPv6
if [[ -f $piholeIPfile ]];then if [[ -f $piholeIPfile ]];then