Browse Source
set default input policy to ACCEPT to bring the firewall behavior closer to the one of previous versions
SVN-Revision: 12766
Felix Fietkau
17 years ago
|
|
@@ -1,6 +1,6 @@
|
|
|
config defaults
|
|
|
option syn_flood 1
|
|
|
- option input REJECT
|
|
|
+ option input ACCEPT
|
|
|
option output ACCEPT
|
|
|
option forward REJECT
|
|
|
|