Oops, dont know where my head was when I wrote this

master
bbruns 2010-09-29 23:08:16 +00:00
parent af69ee44bb
commit 088d389a7a
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ if [ "$BLOCK_INCOMING_RFC1918" ]; then
for i in $BLOCK_INCOMING_RFC1918; do
display_c BLUE "$i" N
for x in $RFC1918_SPACE; do
$IPTABLES -A OUTPUT -i $i -s $x -j DROP
$IPTABLES -A INPUT -i $i -s $x -j DROP
$IPTABLES -A FORWARD -i $i -s $x -j DROP
done
done