updates
This commit is contained in:
parent
480b181631
commit
cfc153984d
1 changed files with 8 additions and 8 deletions
|
@ -1,22 +1,22 @@
|
||||||
config ntpclient
|
config ntpserver
|
||||||
option hostname '0.openwrt.pool.ntp.org'
|
option hostname '0.openwrt.pool.ntp.org'
|
||||||
option port '123'
|
option port '123'
|
||||||
option count '0'
|
|
||||||
|
|
||||||
config ntpclient
|
config ntpserver
|
||||||
option hostname '1.openwrt.pool.ntp.org'
|
option hostname '1.openwrt.pool.ntp.org'
|
||||||
option port '123'
|
option port '123'
|
||||||
option count '0'
|
|
||||||
|
|
||||||
config ntpclient
|
config ntpserver
|
||||||
option hostname '2.openwrt.pool.ntp.org'
|
option hostname '2.openwrt.pool.ntp.org'
|
||||||
option port '123'
|
option port '123'
|
||||||
option count '0'
|
|
||||||
|
|
||||||
config ntpclient
|
config ntpserver
|
||||||
option hostname '3.openwrt.pool.ntp.org'
|
option hostname '3.openwrt.pool.ntp.org'
|
||||||
option port '123'
|
option port '123'
|
||||||
option count '0'
|
|
||||||
|
|
||||||
config ntpdrift
|
config ntpdrift
|
||||||
option freq '0'
|
option freq '0'
|
||||||
|
|
||||||
|
config ntpclient
|
||||||
|
option interval 60
|
||||||
|
#option count 10
|
||||||
|
|
Loading…
Reference in a new issue