Initial commit

This commit is contained in:
Lutchy Horace 2021-01-21 16:58:32 -05:00
parent cb24cc9b9b
commit 2500470a1a
32 changed files with 2660 additions and 0 deletions

20
sbblupdater.conf.example Normal file
View file

@ -0,0 +1,20 @@
#
# 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'