master
bbruns 2010-11-21 07:14:27 +00:00
parent 705e7323a8
commit 58ef439312
1 changed files with 2 additions and 2 deletions

View File

@ -644,9 +644,9 @@ if [ $IPV6 ]; then
fi
reset_color
if [ -s "$BASEDIR/include/ipv4_custom_blockip" ]; then
if [ -s "$BASEDIR/include/ipv6_custom_blockip" ]; then
display_c YELLOW "Loading custom ip block rules..."
. "$BASEDIR/include/ipv4_custom_blockip"
. "$BASEDIR/include/ipv6_custom_blockip"
fi
if [ "$IPV6_DNS_REQUESTS_OUT" ]; then