Skip to content

Commit

Permalink
Merge pull request #565 from pascalfriedrich/ntp-server-fix
Browse files Browse the repository at this point in the history
fix(monitoring): Replace unreachable ntp server
  • Loading branch information
viteshan authored Feb 22, 2022
2 parents 40af30d + 1845ee8 commit ec03da0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions monitor/ntp.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ var servers = []string{
"time6.aliyun.com",
"time7.aliyun.com",

"time1.apple.com",
"time2.apple.com",
"time3.apple.com",
"time4.apple.com",
"time5.apple.com",
"time6.apple.com",
"time7.apple.com",
"time.google.com",
"time1.google.com",
"time2.google.com",
"time3.google.com",
"time4.google.com",

"time.cloudflare.com",
}

var availIndex = 0
Expand Down

0 comments on commit ec03da0

Please sign in to comment.