Fix typo in IPV6_TCPPORTS

master
bbruns 2010-11-26 03:13:46 +00:00
parent e7288c1edd
commit 2a055c638e
1 changed files with 3 additions and 0 deletions

View File

@ -60,6 +60,9 @@ RFC1918_SPACE="192.168.0.0/16 172.16.0.0/12 10.0.0.0/8"
# By default, use conntrack instead of state
STATE_TYPE="conntrack"
# Auto detect multiport
IPTABLES_MULTIPORT=auto
# Where we store output of cached rules
RULE_CACHE=$BASEDIR/cache/ipt-rules
RULE_CACHE_V6=$BASEDIR/cache/ipt6-rules