Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 3043 → Rev 3044

/scripts/alcasar-iptables.sh
57,9 → 57,6
PROXY=`grep ^PROXY= $CONF_FILE|cut -d"=" -f2`
PROXY_IP=`grep ^PROXY_IP= $CONF_FILE|cut -d"=" -f2`
nb_gw=`grep ^WAN $CONF_FILE|wc -l`
HOST=`grep ^HOSTNAME= $CONF_FILE|cut -d"=" -f2`
DOM=`grep ^DOMAIN= $CONF_FILE|cut -d"=" -f2`
DOMAIN="$HOST.$DOM"
 
# Allow requests to internal DNS if activated
if [ "$INT_DNS_ACTIVE" = "on" ]