From 62a87700c0d467959e277b58ee527e6ce6f31813 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Mon, 4 Jul 2016 10:15:04 +0200 Subject: [PATCH] Change default firewall chain from INPUT to GUARDIAN. Signed-off-by: Stefan Schantl --- modules/IPtables.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2