bbruns@gmail.com 2014-03-29 17:55:38 +00:00
vanhempi 8da9f8b978
commit aabfc0c0d6
2 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa

Näytä tiedosto

@ -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

Näytä tiedosto

@ -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"