mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-23 21:30:17 +00:00
Update whitelist.sh
Change piholeIPfile to a permanent location.
This commit is contained in:
parent
08e95ed606
commit
10066209e7
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ verbose=true
|
|||
domList=()
|
||||
domToRemoveList=()
|
||||
|
||||
piholeIPfile=/tmp/piholeIP
|
||||
piholeIPfile=/etc/pihole/piholeIP
|
||||
piholeIPv6file=/etc/pihole/.useIPv6
|
||||
|
||||
if [[ -f $piholeIPfile ]];then
|
||||
|
|
Loading…
Reference in a new issue