master
parent
8da9f8b978
commit
aabfc0c0d6
|
@ -66,4 +66,8 @@ fi
|
||||||
if [[ "${EnableIPv6}" == "yes" ]]; then
|
if [[ "${EnableIPv6}" == "yes" ]]; then
|
||||||
# First flush all rules
|
# First flush all rules
|
||||||
iptables_rules_flush ipv6
|
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
|
fi
|
||||||
|
|
|
@ -8,6 +8,7 @@ InEasyBlock="In-EasyBlock"
|
||||||
OutEasyBlock="Out-EasyBlock"
|
OutEasyBlock="Out-EasyBlock"
|
||||||
InFilter="In-Filter"
|
InFilter="In-Filter"
|
||||||
OutFilter="Out-Filter"
|
OutFilter="Out-Filter"
|
||||||
|
FwdFilter="Fwd-Filter"
|
||||||
NAT="NAT"
|
NAT="NAT"
|
||||||
PortForward="PortForward"
|
PortForward="PortForward"
|
||||||
InPostRules="In-PostRules"
|
InPostRules="In-PostRules"
|
||||||
|
|
Loading…
Reference in New Issue