set default input policy to ACCEPT to bring the firewall behavior closer to the one of previous versions
SVN-Revision: 12766
This commit is contained in:
parent
13abdc0af1
commit
aaf31c36f1
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
config defaults
|
config defaults
|
||||||
option syn_flood 1
|
option syn_flood 1
|
||||||
option input REJECT
|
option input ACCEPT
|
||||||
option output ACCEPT
|
option output ACCEPT
|
||||||
option forward REJECT
|
option forward REJECT
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue