208.67.222.222 208.67.220.220 |
echo ">rbn checks " $IPT -N RBN_CHK for RBN in 81.95.144.0/12 194.146.204.0/14 195.114.8.0/15 80.70.224.0/12 81.84.16.0/12 193.238.36.0/14 193.93.232.0/14 195.64.162.0/15 195.114.8.0/15 195.114.16.0/15 85.249.20.0/14 85.249.128.0/12 do $IPT -A RBN_CHK -s $RBN -j DROP $IPT -A RBN_CHK -d $RBN -j DROP done $IPT -A RBN_CHK -j RETURN $IPT -A INPUT -j RBN_CHK $IPT -A FORWARD -j RBN_CHK |
/usr/bin/wget -q -N -nd http://www.bleedingthreats.net/fwrules/bleeding-edge-IPTABLES-ALL.rules |