From: Stefan Schantl Date: Tue, 19 Jan 2016 11:54:02 +0000 (+0100) Subject: Set default FirewallEngine to "none". X-Git-Tag: 2.0~47 X-Git-Url: http://git.ipfire.org/?p=people%2Fstevee%2Fguardian.git;a=commitdiff_plain;h=b3dd9bd01dae6081384fb48d4ca8b775debb5c4d Set default FirewallEngine to "none". This will prevent guardian from running if no firewall engine has been specified in the config file. Signed-off-by: Stefan Schantl --- diff --git a/modules/Config.pm b/modules/Config.pm index 038ba35..8da587c 100644 --- a/modules/Config.pm +++ b/modules/Config.pm @@ -18,6 +18,7 @@ my %defaults = ( "LogFacility" => "syslog", "BlockCount" => "3", "BlockTime" => "86400", + "FirewallEngine" => "none", ); #