mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-19 15:32:59 +02:00
outgoingfw: Use local timezone for time rules.
See bug #10305: https://bugzilla.ipfire.org/show_bug.cgi?id=10305
This commit is contained in:
@@ -214,7 +214,7 @@ foreach $configentry (sort @configs)
|
||||
if ($configline[14]){$DAY .= "Fri,"}
|
||||
if ($configline[15]){$DAY .= "Sat,"}
|
||||
if ($configline[16]){$DAY .= "Sun"}
|
||||
$CMD = "$CMD -m time --timestart $configline[17] --timestop $configline[18] --weekdays $DAY";
|
||||
$CMD = "$CMD -m time --kerneltz --timestart $configline[17] --timestop $configline[18] --weekdays $DAY";
|
||||
}
|
||||
|
||||
$CMD = "$CMD -o $netsettings{'RED_DEV'}";
|
||||
|
||||
@@ -9,3 +9,4 @@ srv/web/ipfire/html/images/updbooster/updxl-src-microsoft.gif
|
||||
srv/web/ipfire/html/images/updbooster/updxl-src-windows.gif
|
||||
usr/sbin/updxlrator
|
||||
var/ipfire/langs
|
||||
var/ipfire/outgoing/bin/outgoingfw.pl
|
||||
|
||||
Reference in New Issue
Block a user