From aaf31c36f1d85a3eaec5b1e7b52359bdd3e8f390 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 28 Sep 2008 16:17:49 +0000 Subject: [PATCH] set default input policy to ACCEPT to bring the firewall behavior closer to the one of previous versions SVN-Revision: 12766 --- package/firewall/files/firewall.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1