ipfw tables
${fwcmd} add 2 deny all from “table(1)” to any in recv ${if_z}
grep -ve “^#” /usr/home/case/bans.txt| while read IP
do
${fwcmd} table 1 add $IP 1
done
${fwcmd} add 2 deny all from “table(1)” to any in recv ${if_z}
grep -ve “^#” /usr/home/case/bans.txt| while read IP
do
${fwcmd} table 1 add $IP 1
done