From 088d389a7a96a8d271b0887634a3ba34e7130739 Mon Sep 17 00:00:00 2001 From: bbruns Date: Wed, 29 Sep 2010 23:08:16 +0000 Subject: [PATCH] Oops, dont know where my head was when I wrote this --- bin/firewall-sosdg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/firewall-sosdg b/bin/firewall-sosdg index 083596a..d7b02aa 100755 --- a/bin/firewall-sosdg +++ b/bin/firewall-sosdg @@ -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