Bug !!! Conf file is source twice...

This commit is contained in:
Gregory Colpart 2010-03-02 20:16:02 +01:00
parent 63108ad27d
commit f07fe301ba
1 changed files with 1 additions and 3 deletions

View File

@ -26,9 +26,6 @@
# chemin iptables
IPT=/sbin/iptables
# Configuration
test -f /etc/firewall.rc && . /etc/firewall.rc
# variables TCP/IP
LOOPBACK='127.0.0.0/8'
CLASSA='10.0.0.0/8'
@ -93,6 +90,7 @@ $IPT -N LOG_ACCEPT
$IPT -A LOG_ACCEPT -j LOG --log-prefix '[IPTABLES ACCEPT] : '
$IPT -A LOG_ACCEPT -j ACCEPT
# Configuration
test -f /etc/firewall.rc && . /etc/firewall.rc
# trusted ip addresses