disable the MSS fixup hack by default (most ISPs don't require this as a workaround...
[openwrt.git] / package / firewall / files / firewall.config
index e903519..16d688e 100755 (executable)
@@ -21,6 +21,11 @@ config forwarding
        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
This page took 0.021115 seconds and 4 git commands to generate.