[toolchain] fix uClibc v0.9.30 build on x86_64
[openwrt.git] / package / firewall / files / firewall.config
index 8ac9049..16d688e 100755 (executable)
@@ -1,6 +1,6 @@
 config defaults
        option syn_flood        1
 config defaults
        option syn_flood        1
-       option input            REJECT
+       option input            ACCEPT
        option output           ACCEPT 
        option forward          REJECT
 
        option output           ACCEPT 
        option forward          REJECT
 
@@ -21,6 +21,11 @@ config forwarding
        option src      lan
        option dest     wan
 
        option src      lan
        option dest     wan
 
+## Enable this option if you encounter any MTU problems
+## e.g. some websites work, others do not, submitting
+## forms causes problems, ...
+#      option mtu_fix  1
+
 
 ### EXAMPLE CONFIG SECTIONS
 # do not allow a specific ip to access wan
 
 ### EXAMPLE CONFIG SECTIONS
 # do not allow a specific ip to access wan
This page took 0.020264 seconds and 4 git commands to generate.