Fixing rfc1918 outbound blocking (I hope)

master
bbruns 2010-09-30 01:14:57 +00:00
parent fb6ecc1baa
commit 790fb9bb0c
1 changed files with 2 additions and 2 deletions

View File

@ -245,7 +245,7 @@ if [ "$BLOCKTCPPORTS" ] || [ "$BLOCKUDPPORTS" ]; then
# for src in $NATRANGE; do
# $IPTABLES -A FORWARD -p tcp -s $src --dport $i --syn -j DROP
# done
fi
#fi
done
fi
if [ "$BLOCKUDPPORTS" ]; then
@ -256,7 +256,7 @@ if [ "$BLOCKTCPPORTS" ] || [ "$BLOCKUDPPORTS" ]; then
# for src in $NATRANGE; do
# $IPTABLES -A FORWARD -p udp -s $src --dport $i -j DROP
# done
fi
#fi
done
fi
reset_color