NTP 服务器地址
使用以下地址同步您的设备时间:
服务器主机名
fwerkor.com
本NTP服务器提供高精度时间服务,支持IPv4和IPv6连接。
配置指南
Windows 配置
w32tm /config /syncfromflags:manual /manualpeerlist:"fwerkor.com"
w32tm /config /update
net stop w32time && net start w32time
w32tm /config /update
net stop w32time && net start w32time
Linux 配置
# 编辑 /etc/ntp.conf 或 /etc/chrony.conf
server fwerkor.com iburst
# 重启服务
systemctl restart ntp
# 或
systemctl restart chronyd
server fwerkor.com iburst
# 重启服务
systemctl restart ntp
# 或
systemctl restart chronyd
路由器配置
1. 登录路由器管理界面
2. 找到时间设置/NTP设置
3. 设置NTP服务器为: fwerkor.com
4. 保存并应用设置
2. 找到时间设置/NTP设置
3. 设置NTP服务器为: fwerkor.com
4. 保存并应用设置