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: https://git.librecmc.org/?a=commitdiff_plain;h=aaf31c36f1d85a3eaec5b1e7b52359bdd3e8f390;p=librecmc%2Flibrecmc.git set default input policy to ACCEPT to bring the firewall behavior closer to the one of previous versions SVN-Revision: 12766 --- 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