diff --git a/ntp.go b/ntp.go index 39ea7af..2a38ecd 100644 --- a/ntp.go +++ b/ntp.go @@ -22,8 +22,12 @@ const ( var ( timeSyncRetryInterval = 0 * time.Second defaultNTPServers = []string{ + "pool.ntp.org", "time.cloudflare.com", + "time.google.com", + "time.aws.com", "time.apple.com", + "time.windows.com", } )