I'm an idiot... Make sure the blocking uses the right variable
parent
339a22bd4a
commit
87f9cb929c
|
@ -141,7 +141,7 @@ if [ $BLOCKEDIP ]; then
|
||||||
#echo -n "$i "
|
#echo -n "$i "
|
||||||
if [[ "$i" =~ ":" ]]; then
|
if [[ "$i" =~ ":" ]]; then
|
||||||
IFS_OLD=${IFS};IFS=:
|
IFS_OLD=${IFS};IFS=:
|
||||||
ADVBLKIP=($BLOCK)
|
ADVBLKIP=($i)
|
||||||
IFS=${IFS_OLD}
|
IFS=${IFS_OLD}
|
||||||
SRCIF=${ADVBLKIP[0]}
|
SRCIF=${ADVBLKIP[0]}
|
||||||
SRCIP=${ADVBLKIP[1]}
|
SRCIP=${ADVBLKIP[1]}
|
||||||
|
|
Loading…
Reference in New Issue