you-dont-need-pihole/update.cfg

16 lines
449 B
INI
Raw Normal View History

2021-01-30 03:26:05 +00:00
# vi: ft=sh
WORKDIR=${WORKDIR:-${BASH_SOURCE%/*}}
BACKUPSUFFIX=.old
BLOCKLIST=$WORKDIR/block.list
LIST_DIR=$WORKDIR/lists
OUT=()
URL=()
# Individual hosts lists in that collection
#OUT+=("$LIST_DIR/sb-Badd-Boyz-Hosts.hosts")
#URL+=('https://raw.githubusercontent.com/StevenBlack/hosts/master/data/Badd-Boyz-Hosts/hosts')
# Not sure how I'm supposed to update this file...
#OUT+=("$LIST_DIR/list.1.raw.githubusercontent.com.domains")
#URL+=('???')