re-enable the mss fix by default for now - see discussion at http://lists.openwrt...
[oweals/openwrt.git] / package / firewall / files / firewall.config
index 8ac9049553daf6c914b23df629ad5dae3ab81413..46f7de5d77fb361a80ae9debcafb999950e59750 100755 (executable)
@@ -1,6 +1,6 @@
 config defaults
        option syn_flood        1
-       option input            REJECT
+       option input            ACCEPT
        option output           ACCEPT 
        option forward          REJECT
 
@@ -20,6 +20,7 @@ config zone
 config forwarding 
        option src      lan
        option dest     wan
+       option mtu_fix  1
 
 
 ### EXAMPLE CONFIG SECTIONS