]> git.ipfire.org Git - people/stevee/guardian.git/blobdiff - modules/IPtables.pm
Change default firewall chain from INPUT to GUARDIAN.
[people/stevee/guardian.git] / modules / IPtables.pm
index 7dafeba55bf831c1fc69bfb4a7246e91711fdaaa..5961dccd7773ccf3febdd737457fd850b3de1ec6 100644 (file)
@@ -21,7 +21,7 @@ my %binaries = (
 );
 
 # The used firewall chain.
-my $chain = "INPUT";
+my $chain = "GUARDIAN";
 
 #
 ## The DoBlock subroutine.