mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-15 13:32:59 +02:00
Forward Firewall: added --kerneltz option to timeframe
This commit is contained in:
committed by
Michael Tremer
parent
b3f4a4efcf
commit
f38e0c4de0
@@ -210,7 +210,7 @@ sub buildrules
|
||||
$TIME=join(",",@timeframe);
|
||||
$TIMEFROM="--timestart $$hash{$key}[26] ";
|
||||
$TIMETILL="--timestop $$hash{$key}[27] ";
|
||||
$TIME="-m time --weekdays $TIME $TIMEFROM $TIMETILL";
|
||||
$TIME="-m time --kerneltz --weekdays $TIME $TIMEFROM $TIMETILL";
|
||||
}
|
||||
if ($MODE eq '1'){
|
||||
print "NR:$key ";
|
||||
|
||||
@@ -74,7 +74,7 @@ my %ipsecsettings=();
|
||||
my %aliases=();
|
||||
my %optionsfw=();
|
||||
|
||||
my $VERSION='0.9.8.0';
|
||||
my $VERSION='0.9.8.1';
|
||||
my $color;
|
||||
my $confignet = "${General::swroot}/fwhosts/customnetworks";
|
||||
my $confighost = "${General::swroot}/fwhosts/customhosts";
|
||||
|
||||
Reference in New Issue
Block a user