Last active
April 29, 2022 09:32
-
-
Save tdewin/2d75545381992fd2d34503a0ce59fb8f to your computer and use it in GitHub Desktop.
Curated list of NTS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # NTS list | |
| # https://www.cloudflare.com/time/ | |
| # cloudflare is an anycast server and should select a server that is close to your location | |
| server time.cloudflare.com iburst nts | |
| # https://www.netnod.se/time-and-frequency/how-to-use-nts | |
| # ntp.se should be anycast | |
| server nts.ntp.se nts iburst | |
| server nts.netnod.se nts iburst | |
| server sth1.nts.netnod.se nts iburst | |
| server sth2.nts.netnod.se nts iburst | |
| # https://nts.time.nl/ | |
| server ntppool1.time.nl iburst nts | |
| server ntppool2.time.nl iburst nts | |
| # https://www.ptb.de/cms/ptb/fachabteilungen/abtq/gruppe-q4/ref-q42/zeitsynchronisation-von-rechnern-mit-hilfe-des-network-time-protocol-ntp.html | |
| # Described in Einrichtung_NTS.pdf | |
| server ptbtime1.ptb.de iburst nts | |
| server ptbtime2.ptb.de iburst nts | |
| server ptbtime3.ptb.de iburst nts | |
| # https://www.netnod.se/time-and-frequency/how-to-use-nts | |
| # San Francisco | |
| server ntp1.glypnod.com nts iburst | |
| # London | |
| server ntp2.glypnod.com nts iburst |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment