소스 검색

Fix incorrect NTP server address

H3arn 2 년 전
부모
커밋
0e8a4d141a
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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",