Move detection code to separate scripts for easy customization

master
bbruns 2010-12-18 21:58:45 +00:00
parent afedda2201
commit 517d935340
1 changed files with 3 additions and 0 deletions

View File

@ -513,6 +513,9 @@ if [ "$PORTFW" ] && [ "$NAT" ]; then
if [ "$SRCIP" ]; then
SRCIP="-s ${SRCIP}"
fi
if [ ! "$DSTIP" ]; then
DSTIP="$EXTIP"
fi
#PORTADD=( ${i//:/ } )
$IPTABLES -A PREROUTING -t nat ${DSTIF} -p ${DSTPROTO} ${SRCIP} \
--dport ${DSTPORT} -d ${DSTIP} -j DNAT --to \