diff options
author | James Meyer <james.meyer@operamail.com> | 2009-03-06 22:04:22 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-03-06 22:04:22 (GMT) |
commit | 745ebc4d0b581a1e891a56b8b21c19b3bbd40c5e (patch) | |
tree | 690c9baaf6f938da0b9203708a649bca5e980e96 /abs/extra-testing/community/moblock/config | |
parent | 0d8d8e073d7118d67fd8c3bdaf7be00c76df317a (diff) | |
download | linhes_pkgbuild-745ebc4d0b581a1e891a56b8b21c19b3bbd40c5e.zip linhes_pkgbuild-745ebc4d0b581a1e891a56b8b21c19b3bbd40c5e.tar.gz linhes_pkgbuild-745ebc4d0b581a1e891a56b8b21c19b3bbd40c5e.tar.bz2 |
Added moblock
Diffstat (limited to 'abs/extra-testing/community/moblock/config')
-rw-r--r-- | abs/extra-testing/community/moblock/config | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/abs/extra-testing/community/moblock/config b/abs/extra-testing/community/moblock/config new file mode 100644 index 0000000..7d7c287 --- /dev/null +++ b/abs/extra-testing/community/moblock/config @@ -0,0 +1,30 @@ +# Original MoBlock configuration options from MoBlock-nfq.sh file +ACTIVATE_CHAINS=1 +WHITE_TCP_IN="" +WHITE_UDP_IN="" +WHITE_TCP_OUT="" # Add "http https" here to prevent moblock from blocking webpages +WHITE_UDP_OUT="" +WHITE_TCP_FORWARD="" +WHITE_UDP_FORWARD="" + +# Added IP whitelisting support +WHITE_IP_IN="" +WHITE_IP_OUT="" +WHITE_IP_FW="" + +# Individual lists can be disabled by prefixing them with '!' +# Bluetack blacklists (http://www.bluetack.co.uk) +BLUETACK=(level1 level2 !level3 !edu ads-trackers-and-bad-pr0n bogon spyware spider Microsoft !proxy hijacked templist !rangetest dshield) + +# blocklist.org lists (currently doesn't work) +#BLOCKLIST=(p2p gov spy ads edu) + +# backup lists (might be outdated) +#PHOENIXLABS=(!p2b.p2b edu.txt spider.txt spyware.txt level1.txt !level2.txt !level3.txt) + +# Change to 'yes' if you want to backup up the old list before writing +# a new one. Only one backup copy will be kept. +BACKUP_OLD_LIST="no" + +# Options passed to wget +WGET_OPTS="-q" |