firewall: add commented disable_ipv6 option to default config
SVN-Revision: 21505
This commit is contained in:
parent
8e26889bb8
commit
3875f85110
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ config defaults
|
|||
option input ACCEPT
|
||||
option output ACCEPT
|
||||
option forward REJECT
|
||||
# Uncomment this line to disable ipv6 rules
|
||||
# option disable_ipv6 1
|
||||
|
||||
config zone
|
||||
option name lan
|
||||
|
|
Loading…
Reference in a new issue