mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
firewall: explictely mention network in default configuration, makes it less confusing
SVN-Revision: 26961
This commit is contained in:
parent
16dfe8b4d1
commit
f2b7c81d46
@ -8,12 +8,14 @@ config defaults
|
||||
|
||||
config zone
|
||||
option name lan
|
||||
option network 'lan'
|
||||
option input ACCEPT
|
||||
option output ACCEPT
|
||||
option forward REJECT
|
||||
|
||||
config zone
|
||||
option name wan
|
||||
option network 'wan'
|
||||
option input REJECT
|
||||
option output ACCEPT
|
||||
option forward REJECT
|
||||
|
Loading…
Reference in New Issue
Block a user