projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add a menuconfig option for enabling KALLSYMS for the kernel
[openwrt.git]
/
package
/
firewall
/
files
/
firewall.config
diff --git
a/package/firewall/files/firewall.config
b/package/firewall/files/firewall.config
index
8ac9049
..
16d688e
100755
(executable)
--- a/
package/firewall/files/firewall.config
+++ b/
package/firewall/files/firewall.config
@@
-1,6
+1,6
@@
config defaults
option syn_flood 1
config defaults
option syn_flood 1
- option input
REJEC
T
+ option input
ACCEP
T
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.021112 seconds
and
4
git commands to generate.