master
parent
8da9f8b978
commit
aabfc0c0d6
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue