bbruns@gmail.com 2014-03-29 17:55:38 +00:00
Parent 8da9f8b978
révision aabfc0c0d6
2 fichiers modifiés avec 5 ajouts et 0 suppressions

Voir le fichier

@ -66,4 +66,8 @@ fi
if [[ "${EnableIPv6}" == "yes" ]]; then
# First flush all rules
iptables_rules_flush ipv6
# Create the chain sets we'll need and the ones that can be
# customized by users in their custom rules
setup_iptables_chains ipv6
fi

Voir le fichier

@ -8,6 +8,7 @@ InEasyBlock="In-EasyBlock"
OutEasyBlock="Out-EasyBlock"
InFilter="In-Filter"
OutFilter="Out-Filter"
FwdFilter="Fwd-Filter"
NAT="NAT"
PortForward="PortForward"
InPostRules="In-PostRules"