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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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",