21 lines
746 B
Plaintext
21 lines
746 B
Plaintext
#
|
|
# SquidBlocker Updater Configuration
|
|
#
|
|
# Note: This updater only supports shallalist blacklist
|
|
#
|
|
|
|
# Blacklist url to download and update SquidBlocker with
|
|
#
|
|
blacklist_url='http://dl.lhprojects.net/static_files/shallalist.tar.gz' #Recommended, updated once a day
|
|
|
|
# In situtations where you have multiple SquidBlocker instances running.
|
|
# You can specify a URL for each instance
|
|
|
|
## First instance
|
|
sb_url[1]='http://username:password@127.0.0.1:8081/db/set_batch/'
|
|
blacklists[1]='warez spyware redirector hacking dynamic costtraps adv tracker' #Blacklist to import
|
|
|
|
## Second instance
|
|
sb_url[2]='http://username2:password2@127.0.0.1:8080/db/set_batch/'
|
|
blacklists[2]='warez adv redirector costtraps dynamic hacking spyware porn tracker anonvpn'
|