Fix incorrect NTP server address

This commit is contained in:
H3arn
2023-02-21 23:08:05 +08:00
committed by GitHub
parent 17b78a6339
commit 0e8a4d141a
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ synchronization is not possible.
{
"ntp": {
"enabled": false,
"server": "ntp.apple.com",
"server": "time.apple.com",
"server_port": 123,
"interval": "30m",

View File

@@ -10,7 +10,7 @@
{
"ntp": {
"enabled": false,
"server": "ntp.apple.com",
"server": "time.apple.com",
"server_port": 123,
"interval": "30m",