Displaying 1 result from an estimated 1 matches for "id8dbqfbxxato".
Did you mean:
id8dbqfbxjzto
2004 Sep 30
12
Block domains with Shorewall
Hi,
like implementing this script with shorewall?
--------------------------------------------
#!/bin/sh
dig ads.web.aol.com | grep "ads." | grep -v \; | grep -v \< | cut -f5 |
while read aolblock1; do
iptables -A OUTPUT -p all --destination $aolblock1 -j DROP
done
---------------------------------------
Thanks,
Aventino Faria