mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-25 22:30:17 +00:00
add blacklistScript var
This commit is contained in:
parent
16f1d7fad9
commit
74bfcea6a8
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ fi
|
||||||
#globals
|
#globals
|
||||||
basename=pihole
|
basename=pihole
|
||||||
piholeDir=/etc/${basename}
|
piholeDir=/etc/${basename}
|
||||||
|
blacklistScript=/opt/pihole/blacklist.sh
|
||||||
adList=${piholeDir}/gravity.list
|
adList=${piholeDir}/gravity.list
|
||||||
whitelist=${piholeDir}/whitelist.txt
|
whitelist=${piholeDir}/whitelist.txt
|
||||||
reload=true
|
reload=true
|
||||||
|
|
Loading…
Reference in a new issue