From: Stefan Schantl Date: Mon, 4 Jul 2016 08:15:04 +0000 (+0200) Subject: Change default firewall chain from INPUT to GUARDIAN. X-Git-Tag: 2.0~11 X-Git-Url: http://git.ipfire.org/?p=people%2Fstevee%2Fguardian.git;a=commitdiff_plain;h=62a87700c0d467959e277b58ee527e6ce6f31813 Change default firewall chain from INPUT to GUARDIAN. Signed-off-by: Stefan Schantl --- diff --git a/modules/IPtables.pm b/modules/IPtables.pm index 7dafeba..5961dcc 100644 --- a/modules/IPtables.pm +++ b/modules/IPtables.pm @@ -21,7 +21,7 @@ my %binaries = ( ); # The used firewall chain. -my $chain = "INPUT"; +my $chain = "GUARDIAN"; # ## The DoBlock subroutine.