bbruns@gmail.com 2014-03-29 17:55:38 +00:00
父节点 8da9f8b978
当前提交 aabfc0c0d6
共有 2 个文件被更改,包括 5 次插入0 次删除

查看文件

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