amuck-landowner

HE BGP Toolkit scraper

Kris

New Member
Server load dropped from a constant .85 - 1 to around : .08 - 25 after adding these. No need to query RBLs, waste I/O, etc.

Could be co-incidental, but the client's box has almost no spam coming in now except for every few hours, not ever few minutes. 

Thanks D. Strout, I wish I could give gold for this... Err that's Reddit. 
 

Kris

New Member
Hey D-Strout, could you maybe once every 12 hours echo out the raw CC + SM output into a text file for use in firewalls ? 

 

Would drop into APF firewall very easily, and fetch them all on restart and auto-update new blocks. 

 

 

##

# Global Trust

##

# This is an implementation of the trust rules (allow/deny_hosts) but

# on a global perspective. You can define below remote addresses from

# which the glob_allow/deny.rules files should be downloaded from on

# a daily basis. The files can be maintained in a static fashion by

# leaving USE_RGT=0, ideal for a host serving the files.

USE_RGT="0"

 

GA_URL="yourhost.com/glob_allow.rules"

GA_URL_PROT="http"

 

GD_URL="yourhost.com/glob_deny.rules"

GD_URL_PROT="http"
 
Top
amuck-landowner