| 
     
      
      
      From: <abe...@us...> - 2016-11-07 17:49:52
      
     
   | 
Revision: 7938
          http://sourceforge.net/p/astlinux/code/7938
Author:   abelbeck
Date:     2016-11-07 17:49:50 +0000 (Mon, 07 Nov 2016)
Log Message:
-----------
reload-blocklist-netset, add 'firehol_webclient' blocklist support
Modified Paths:
--------------
    branches/1.0/package/arnofw/reload-blocklist-netset
Modified: branches/1.0/package/arnofw/reload-blocklist-netset
===================================================================
--- branches/1.0/package/arnofw/reload-blocklist-netset	2016-11-07 17:22:42 UTC (rev 7937)
+++ branches/1.0/package/arnofw/reload-blocklist-netset	2016-11-07 17:49:50 UTC (rev 7938)
@@ -31,6 +31,7 @@
  firehol_level1: Blacklist composed from IP lists, providing maximum protection with minimum false positives.
  firehol_level2: Blacklist that track attacks, during about the last 48 hours.
  firehol_level3: Blacklist that track attacks, spyware, viruses, reported or detected in the last 30 days.
+ firehol_webclient: Blacklist made from blocklists that a web client should never talk to. Use with firehol_level1.
          voipbl: VoIP Blacklist - sponsored by ScopServ International - http://www.voipbl.org/
   spamhaus_drop: Spamhaus DROP (Don't Route Or Peer), consisting of netblocks that are "hijacked" by cyber-crime operations.
  spamhaus_edrop: Spamhaus EDROP is an extension of the DROP list that includes suballocated netblocks.
@@ -62,6 +63,11 @@
       ALT_URL=""
       AGE=3600
       ;;
+    firehol_webclient)
+      URL="https://raw.githubusercontent.com/firehol/blocklist-ipsets/master/firehol_webclient.netset"
+      ALT_URL=""
+      AGE=3600
+      ;;
      voipbl)
       URL="http://www.voipbl.org/update/"
       ALT_URL="https://raw.githubusercontent.com/firehol/blocklist-ipsets/master/voipbl.netset"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 |