custom_block for ipv4 was calling ipv6... oops.
parent
ca0258dca2
commit
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
|
||||||
|
|
Loading…
Reference in New Issue