custom_block for ipv4 was calling ipv6... oops.

このコミットが含まれているのは:
bbruns 2010-10-05 23:50:26 +00:00
コミット 16d7aad0a2

ファイルの表示

@ -132,7 +132,7 @@ fi
if [ -s "$BASEDIR/include/ipv4_custom_blockip" ]; then if [ -s "$BASEDIR/include/ipv4_custom_blockip" ]; then
display_c YELLOW "Loading custom ip block rules..." display_c YELLOW "Loading custom ip block rules..."
. "$BASEDIR/include/ipv6_custom_blockip" . "$BASEDIR/include/ipv4_custom_blockip"
fi fi
if [ $BLOCKEDIP ]; then if [ $BLOCKEDIP ]; then