mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-02-27 05:28:23 +00:00
add whitelistfile and blacklistfile var
This commit is contained in:
parent
f225a5dcd0
commit
c3f2a9328f
1 changed files with 3 additions and 3 deletions
6
pihole
6
pihole
|
@ -123,13 +123,13 @@ if [[ $# = 0 ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#Source the setupVars from install script for the IP
|
#Source the setupVars from install script for the IP
|
||||||
setupVars=/etc/pihole/setupVars.conf
|
export setupVars=/etc/pihole/setupVars.conf
|
||||||
|
|
||||||
export basename=pihole
|
export basename=pihole
|
||||||
export piholeDir=/etc/${basename}
|
export piholeDir=/etc/${basename}
|
||||||
export adList=${piholeDir}/gravity.list
|
export adList=${piholeDir}/gravity.list
|
||||||
export blacklist=${piholeDir}/blacklist.txt
|
export blacklistFile=${piholeDir}/blacklist.txt
|
||||||
export whitelist=${piholeDir}/whitelist.txt
|
export whitelistFile=${piholeDir}/whitelist.txt
|
||||||
export adListFile=${piholeDir}/adlists.list
|
export adListFile=${piholeDir}/adlists.list
|
||||||
export adListDefault=${piholeDir}/adlists.default
|
export adListDefault=${piholeDir}/adlists.default
|
||||||
export whitelistScript=/opt/pihole/whitelist.sh
|
export whitelistScript=/opt/pihole/whitelist.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue