Skip to content

Commit ec03da0

Browse files
authored
Merge pull request #565 from pascalfriedrich/ntp-server-fix
fix(monitoring): Replace unreachable ntp server
2 parents 40af30d + 1845ee8 commit ec03da0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

monitor/ntp.go

+7-7
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ var servers = []string{
2121
"time6.aliyun.com",
2222
"time7.aliyun.com",
2323

24-
"time1.apple.com",
25-
"time2.apple.com",
26-
"time3.apple.com",
27-
"time4.apple.com",
28-
"time5.apple.com",
29-
"time6.apple.com",
30-
"time7.apple.com",
24+
"time.google.com",
25+
"time1.google.com",
26+
"time2.google.com",
27+
"time3.google.com",
28+
"time4.google.com",
29+
30+
"time.cloudflare.com",
3131
}
3232

3333
var availIndex = 0

0 commit comments

Comments
 (0)