mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
fix
This commit is contained in:
parent
1c3daac797
commit
152d97a80b
3 changed files with 4 additions and 162 deletions
|
|
@ -6,10 +6,10 @@ uci -q batch <<-EOF >/dev/null
|
|||
set system.ntp.enable_server='1'
|
||||
set system.ntp.enabled='1'
|
||||
del system.ntp.server
|
||||
add_list system.ntp.server='0.pool.ntp.org'
|
||||
add_list system.ntp.server='1.pool.ntp.org'
|
||||
add_list system.ntp.server='2.pool.ntp.org'
|
||||
add_list system.ntp.server='3.pool.ntp.org'
|
||||
add_list system.ntp.server='ntp.aliyun.com'
|
||||
add_list system.ntp.server='time1.cloud.tencent.com'
|
||||
add_list system.ntp.server='time.ustc.edu.cn'
|
||||
add_list system.ntp.server='cn.pool.ntp.org'
|
||||
commit system
|
||||
set rpcd.@rpcd[0].timeout=120
|
||||
commit rpcd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue