From: Felix Fietkau Date: Sun, 28 Sep 2008 16:17:49 +0000 (+0000) Subject: set default input policy to ACCEPT to bring the firewall behavior closer to the one... X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=7f0d2f2042698b7dc803cd0f5c468600f5b3876a;p=15.05%2Fopenwrt.git set default input policy to ACCEPT to bring the firewall behavior closer to the one of previous versions git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12766 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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