firewall: explictely mention network in default configuration, makes it less confusing
SVN-Revision: 26961
This commit is contained in:
parent
16dfe8b4d1
commit
f2b7c81d46
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue