set default input policy to ACCEPT to bring the firewall behavior closer to the one...
authorFelix Fietkau <nbd@openwrt.org>
Sun, 28 Sep 2008 16:17:49 +0000 (16:17 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 28 Sep 2008 16:17:49 +0000 (16:17 +0000)
SVN-Revision: 12766

package/firewall/files/firewall.config

index 8ac9049553daf6c914b23df629ad5dae3ab81413..e9035199fc501cb4229eaa71a353213e0794de3d 100755 (executable)
@@ -1,6 +1,6 @@
 config defaults
        option syn_flood        1
-       option input            REJECT
+       option input            ACCEPT
        option output           ACCEPT 
        option forward          REJECT