From 16d7aad0a2ea40dbfc8351840461c1a0c37c500a Mon Sep 17 00:00:00 2001 From: bbruns Date: Tue, 5 Oct 2010 23:50:26 +0000 Subject: [PATCH] custom_block for ipv4 was calling ipv6... oops. --- bin/firewall-sosdg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/firewall-sosdg b/bin/firewall-sosdg index 42859e0..bb4fceb 100755 --- a/bin/firewall-sosdg +++ b/bin/firewall-sosdg @@ -132,7 +132,7 @@ fi if [ -s "$BASEDIR/include/ipv4_custom_blockip" ]; then display_c YELLOW "Loading custom ip block rules..." - . "$BASEDIR/include/ipv6_custom_blockip" + . "$BASEDIR/include/ipv4_custom_blockip" fi if [ $BLOCKEDIP ]; then