From af69ee44bb04004be0b69a09e7d835e63c97761e Mon Sep 17 00:00:00 2001 From: bbruns Date: Wed, 29 Sep 2010 23:07:51 +0000 Subject: [PATCH] Oops, dont know where my head was when I wrote this --- bin/firewall-sosdg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/firewall-sosdg b/bin/firewall-sosdg index f6d7529..083596a 100755 --- a/bin/firewall-sosdg +++ b/bin/firewall-sosdg @@ -151,8 +151,8 @@ if [ "$BLOCK_OUTGOING_RFC1918" ]; then for i in $BLOCK_OUTGOING_RFC1918; do display_c BLUE "$i" N for x in $RFC1918_SPACE; do - $IPTABLES -A OUTPUT -d $i -s $x -j DROP - $IPTABLES -A FORWARD -d $i -s $x -j DROP + $IPTABLES -A OUTPUT -o $i -s $x -j DROP + $IPTABLES -A FORWARD -o $i -s $x -j DROP done done echo -ne "\n"