]> git.ipfire.org Git - people/stevee/guardian.git/commitdiff
Change default firewall chain from INPUT to GUARDIAN.
authorStefan Schantl <stefan.schantl@ipfire.org>
Mon, 4 Jul 2016 08:15:04 +0000 (10:15 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Mon, 4 Jul 2016 08:15:04 +0000 (10:15 +0200)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
modules/IPtables.pm

index 7dafeba55bf831c1fc69bfb4a7246e91711fdaaa..5961dccd7773ccf3febdd737457fd850b3de1ec6 100644 (file)
@@ -21,7 +21,7 @@ my %binaries = (
 );
 
 # The used firewall chain.
 );
 
 # The used firewall chain.
-my $chain = "INPUT";
+my $chain = "GUARDIAN";
 
 #
 ## The DoBlock subroutine.
 
 #
 ## The DoBlock subroutine.