mirror of
https://github.com/pi-hole/pi-hole
synced 2024-12-22 14:58:08 +00:00
wildcardlist
Signed-off-by: Rob Gill <rrobgill@protonmail.com>
This commit is contained in:
parent
2255d05664
commit
b8e1849cec
@ -11,6 +11,7 @@
|
||||
# Globals
|
||||
piholeDir="/etc/pihole"
|
||||
adListsList="$piholeDir/adlists.list"
|
||||
wildcardlist="/etc/dnsmasq.d/03-pihole-wildcard.conf"
|
||||
options="$*"
|
||||
adlist=""
|
||||
all=""
|
||||
@ -19,7 +20,7 @@ blockpage=""
|
||||
matchType="match"
|
||||
|
||||
colfile="/opt/pihole/COL_TABLE"
|
||||
source ${colfile}
|
||||
source "$colfile"
|
||||
|
||||
# Scan an array of files for matching strings
|
||||
scanList(){
|
||||
|
Loading…
Reference in New Issue
Block a user