Push out 0.9.11
parent
4e7ee7cce9
commit
18e3c7c532
|
@ -515,7 +515,8 @@ if [ "$PORTFW" ] && [ "$NAT" ]; then
|
|||
fi
|
||||
if [ "$DSTIP" ]; then
|
||||
DSTIP="-d $DSTIP"
|
||||
elif [ ! "$DSTIP" ] && [ ! "$DSTIF" ]; then
|
||||
fi
|
||||
if [ ! "$DSTIP" ] && [ ! "$DSTIF" ]; then
|
||||
DSTIP="-d $EXTIP"
|
||||
fi
|
||||
#PORTADD=( ${i//:/ } )
|
||||
|
|
Loading…
Reference in New Issue