Update {$mac}.cfg

This commit is contained in:
Len 2018-02-21 23:47:39 -05:00 committed by GitHub
parent 251d5e3abf
commit df08f97bb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -1087,12 +1087,12 @@
<EnableSNTP>1</EnableSNTP> <EnableSNTP>1</EnableSNTP>
<SNTPServer>{$ntp_server_primary}</SNTPServer> <SNTPServer>{$ntp_server_primary}</SNTPServer>
<SecondSNTPServer>{$ntp_server_secondary}</SecondSNTPServer> <SecondSNTPServer>{$ntp_server_secondary}</SecondSNTPServer>
<TimeZone>32</TimeZone> <TimeZone>{$fanvil_time_zone}</TimeZone>
<TimeZoneName>UTC+8</TimeZoneName> <DSTLocation>{$fanvil_location}</DSTLocation>
<TimeZoneName>{$fanvil_time_zone_name}</TimeZoneName>
<EnableDST>{$fanvil_enable_dst}</EnableDST>
<DSTRuleMode>2</DSTRuleMode>
<SNTPTimeout>60</SNTPTimeout> <SNTPTimeout>60</SNTPTimeout>
<DSTType>0</DSTType>
<DSTLocation>0</DSTLocation>
<DSTRuleMode>0</DSTRuleMode>
<DSTMinOffset>60</DSTMinOffset> <DSTMinOffset>60</DSTMinOffset>
<DSTStartMon>3</DSTStartMon> <DSTStartMon>3</DSTStartMon>
<DSTStartWeek>5</DSTStartWeek> <DSTStartWeek>5</DSTStartWeek>