summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Santos (javamonger) <daniel.santos@pobox.com>2007-11-08 00:33:32 +0000
committerDaniel Santos (javamonger) <daniel.santos@pobox.com>2007-11-08 00:33:32 +0000
commit20d0d7886c8faf9099996fb1dfccd2e9eae7dc47 (patch)
tree5ca98c65208a851ace54b9c4b1dd85ef31bdbb88
parenttouch touch-up... (diff)
downloadsunrise-20d0d7886c8faf9099996fb1dfccd2e9eae7dc47.tar.gz
sunrise-20d0d7886c8faf9099996fb1dfccd2e9eae7dc47.tar.bz2
sunrise-20d0d7886c8faf9099996fb1dfccd2e9eae7dc47.zip
0.8-r1/confd: update BLOCKLISTFILE to guarding.p2p
svn path=/sunrise/; revision=5004
-rw-r--r--net-misc/moblock/files/0.8-r1/confd7
1 files changed, 4 insertions, 3 deletions
diff --git a/net-misc/moblock/files/0.8-r1/confd b/net-misc/moblock/files/0.8-r1/confd
index 1048e6120..5a701fc52 100644
--- a/net-misc/moblock/files/0.8-r1/confd
+++ b/net-misc/moblock/files/0.8-r1/confd
@@ -17,7 +17,7 @@ LOGFILE="/var/log/moblock.log"
# -n blocklist is a peerguardian 2.x file (.p2b)
# -p blocklist is a peerguardian file (.p2p)
BLOCKLISTTYPE="-p"
-BLOCKLISTFILE="/var/db/moblock/p2p.p2p"
+BLOCKLISTFILE="/var/db/moblock/guarding.p2p"
# This is where blocklists will be downloaded to when performing updates.
BLOCKLISTDIR="/var/cache/moblock"
@@ -51,8 +51,9 @@ BLOCKLISTS+="dshield "
# Educational Institution Ranges
#BLOCKLISTS+="edu "
-# Recommended Exclusions
-BLOCKLISTS+="exclusions "
+# Recommended Exclusions (Don't use this yet, moblock-update isn't handling it
+# correctly)
+#BLOCKLISTS+="exclusions "
# LAN Blacklist 0.* 10.* and 192.168.* Ranges
#BLOCKLISTS+="fornonlancomputers "