Răsfoiți Sursa

Fix incorrect NTP server address

H3arn 2 ani în urmă
părinte
comite
0e8a4d141a
2 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 1 1
      docs/configuration/ntp/index.md
  2. 1 1
      docs/configuration/ntp/index.zh.md

+ 1 - 1
docs/configuration/ntp/index.md

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

+ 1 - 1
docs/configuration/ntp/index.zh.md

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