custom_block for ipv4 was calling ipv6... oops.

master
bbruns 2010-10-05 23:50:26 +00:00
parent ca0258dca2
commit 16d7aad0a2
1 changed files with 1 additions and 1 deletions

View File

@ -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