mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-25 06:10:20 +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
|
||||
basename=pihole
|
||||
piholeDir=/etc/${basename}
|
||||
blacklistScript=/opt/pihole/blacklist.sh
|
||||
adList=${piholeDir}/gravity.list
|
||||
whitelist=${piholeDir}/whitelist.txt
|
||||
reload=true
|
||||
|
|
Loading…
Reference in a new issue