1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 00:21:51 +02:00

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:
Felix Fietkau 2008-09-28 16:17:49 +00:00
parent 13abdc0af1
commit aaf31c36f1

@ -1,6 +1,6 @@
config defaults
option syn_flood 1
option input REJECT
option input ACCEPT
option output ACCEPT
option forward REJECT