diff --git a/bin/firewall-sosdg b/bin/firewall-sosdg index 48ffdd4..ba4877b 100755 --- a/bin/firewall-sosdg +++ b/bin/firewall-sosdg @@ -141,7 +141,7 @@ if [ $BLOCKEDIP ]; then #echo -n "$i " if [[ "$i" =~ ":" ]]; then IFS_OLD=${IFS};IFS=: - ADVBLKIP=($BLOCK) + ADVBLKIP=($i) IFS=${IFS_OLD} SRCIF=${ADVBLKIP[0]} SRCIP=${ADVBLKIP[1]}