更新 NTP 服务器

This commit is contained in:
CallMeR
2024-10-07 18:04:33 +08:00
parent d4673a204a
commit 7b794c11e4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -250,7 +250,7 @@ $ sudo nvim /etc/systemd/timesyncd.conf.d/10-server-ntp.conf
# Optimize system NTP server.
[Time]
NTP=ntp.tencent.com ntp.aliyun.com
NTP=ntp.aliyun.com ntp.tencent.com cn.pool.ntp.org
```
+1 -1
View File
@@ -276,7 +276,7 @@ $ sudo nvim /etc/systemd/timesyncd.conf.d/10-server-ntp.conf
# Optimize system NTP server.
[Time]
NTP=ntp.tencent.com ntp.aliyun.com
NTP=ntp.aliyun.com ntp.tencent.com cn.pool.ntp.org
```