aboutsummaryrefslogtreecommitdiffstats
path: root/package/firewall/files/firewall.config
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-09-28 16:17:49 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-09-28 16:17:49 +0000
commitaaf31c36f1d85a3eaec5b1e7b52359bdd3e8f390 (patch)
tree5adfd51d48f65e6633ea680f1e372f64d097d49c /package/firewall/files/firewall.config
parent13abdc0af10be0045a9aa3e7dfeaa119175a40ab (diff)
downloadupstream-aaf31c36f1d85a3eaec5b1e7b52359bdd3e8f390.tar.gz
upstream-aaf31c36f1d85a3eaec5b1e7b52359bdd3e8f390.tar.bz2
upstream-aaf31c36f1d85a3eaec5b1e7b52359bdd3e8f390.zip
set default input policy to ACCEPT to bring the firewall behavior closer to the one of previous versions
SVN-Revision: 12766
Diffstat (limited to 'package/firewall/files/firewall.config')
-rwxr-xr-xpackage/firewall/files/firewall.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firewall/files/firewall.config b/package/firewall/files/firewall.config
index 8ac9049553..e9035199fc 100755
--- a/package/firewall/files/firewall.config
+++ b/package/firewall/files/firewall.config
@@ -1,6 +1,6 @@
config defaults
option syn_flood 1
- option input REJECT
+ option input ACCEPT
option output ACCEPT
option forward REJECT