mirror of https://github.com/hak5/openwrt.git
firewall: add commented disable_ipv6 option to default config
SVN-Revision: 21505lede-17.01
parent
8e26889bb8
commit
3875f85110
|
@ -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 New Issue