mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
Forward Firewall: removed --kerneltz from rules.pl. New function timeconvert in forwardfw.cgiu takes care of timeconversion now
This commit is contained in:
committed by
Michael Tremer
parent
c773075074
commit
a0f267b92c
@@ -210,7 +210,7 @@ sub buildrules
|
||||
$TIME=join(",",@timeframe);
|
||||
$TIMEFROM="--timestart $$hash{$key}[26] ";
|
||||
$TIMETILL="--timestop $$hash{$key}[27] ";
|
||||
$TIME="-m time --kerneltz --weekdays $TIME $TIMEFROM $TIMETILL";
|
||||
$TIME="-m time --weekdays $TIME $TIMEFROM $TIMETILL";
|
||||
}
|
||||
if ($MODE eq '1'){
|
||||
print "NR:$key ";
|
||||
|
||||
Reference in New Issue
Block a user