From 95913b4d0d66f429988727a5aba882b29334e2ab Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Mon, 7 Oct 2024 17:52:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20NTP=20=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03.PVE系统调整.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/03.PVE系统调整.md b/03.PVE系统调整.md index fe62f72..868a22e 100644 --- a/03.PVE系统调整.md +++ b/03.PVE系统调整.md @@ -59,8 +59,9 @@ $ nano /etc/chrony/chrony.conf # pool 2.debian.pool.ntp.org iburst ## 在这行前面增加注释符 # 来注释 # Use Custom vendor zone. -pool ntp.tencent.com iburst pool ntp.aliyun.com iburst +pool ntp.tencent.com iburst +pool cn.pool.ntp.org iburst ```