Skip to content

Commit

Permalink
Hyperlinks added. Completes issue #105
Browse files Browse the repository at this point in the history
Signed-off-by: Jauder Ho <[email protected]>
  • Loading branch information
jauderho committed Jul 28, 2024
1 parent a9cbc02 commit 0f2b190
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This is intended to bootstrap a list of NTP servers with NTS support given that
## The List
|Hostname|Stratum|Location|Owner|Notes|
|---|:---:|---|---|---|
|time.cloudflare.com|3|All|Cloudflare|Anycast|
|[time.cloudflare.com](https://time.cloudflare.com)|3|All|Cloudflare|Anycast|
||
|[nts.teambelgium.net](https://ntp.teambelgium.net)|1|Belgium|Team Belgium||
||
Expand All @@ -34,9 +34,9 @@ This is intended to bootstrap a list of NTP servers with NTS support given that
|d.st1.ntp.br|1|Brazil|ntp.br||
|gps.ntp.br|1|Brazil|ntp.br||
|brazil.time.system76.com|2|Brazil|System76||
|time.bolha.one|1|Brazil|Cadu Silva||
|[time.bolha.one](https://time.bolha.one)|1|Brazil|Cadu Silva||
||
|ntp.miuku.net|3|Finland|miuku.net||
|[ntp.miuku.net](https://ntp.miuku.net)|3|Finland|miuku.net||
||
|paris.time.system76.com|2|France|System76||
||
Expand All @@ -55,7 +55,7 @@ This is intended to bootstrap a list of NTP servers with NTS support given that
||
|ntpmon.dcs1.biz|1|Singapore|Sanjeev Gupta||
||
|nts.netnod.se|1|Sweden|Netnod|Anycast|
|[nts.netnod.se](https://nts.netnod.se)|1|Sweden|Netnod|Anycast|
|gbg1.nts.netnod.se|1|Sweden|Netnod|For users close to Göteborg|
|gbg2.nts.netnod.se|1|Sweden|Netnod|For users close to Göteborg|
|lul1.nts.netnod.se|1|Sweden|Netnod|For users close to Luleå|
Expand All @@ -67,17 +67,17 @@ This is intended to bootstrap a list of NTP servers with NTS support given that
|svl1.nts.netnod.se|1|Sweden|Netnod|For users close to Sundsvall|
|svl2.nts.netnod.se|1|Sweden|Netnod|For users close to Sundsvall|
||
|ntp.3eck.net|2|Switzerland|Adrian Zaugg||
|ntp.trifence.ch|2|Switzerland|Marcel Waldvogel||
|ntp.zeitgitter.net|2|Switzerland|Marcel Waldvogel||
|[ntp.3eck.net](https://ntp.3eck.net)|2|Switzerland|Adrian Zaugg||
|[ntp.trifence.ch](https://ntp.trifence.ch)|2|Switzerland|Marcel Waldvogel||
|[ntp.zeitgitter.net](https://ntp.zeitgitter.net)|2|Switzerland|Marcel Waldvogel||
|time.signorini.ch|1|Switzerland|Attilio Signorini||
||
|ohio.time.system76.com|2|US|System76||
|oregon.time.system76.com|2|US|System76||
|virginia.time.system76.com|2|US|System76||
|stratum1.time.cifelli.xyz|1|US|Mike Cifelli||
|time.cifelli.xyz|2|US|Mike Cifelli||
|time.txryan.com|2|US|Tanner Ryan||
|[stratum1.time.cifelli.xyz](http://stratum1.time.cifelli.xyz)|1|US|Mike Cifelli||
|[time.cifelli.xyz](http://time.cifelli.xyz)|2|US|Mike Cifelli||
|[time.txryan.com](http://time.txryan.com)|2|US|Tanner Ryan||

The following servers are known to be virtualized and may be less accurate. YMMV.

Expand Down
20 changes: 10 additions & 10 deletions nts-sources.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
servers:
- hostname: time.cloudflare.com
- hostname: "[time.cloudflare.com](https://time.cloudflare.com)"
stratum: 3
location: All
owner: Cloudflare
Expand Down Expand Up @@ -48,13 +48,13 @@ servers:
owner: System76
vm: false

- hostname: time.bolha.one
- hostname: "[time.bolha.one](https://time.bolha.one)"
stratum: 1
location: Brazil
owner: Cadu Silva
vm: false

- hostname: ntp.miuku.net
- hostname: "[ntp.miuku.net](https://ntp.miuku.net)"
stratum: 3
location: Finland
owner: miuku.net
Expand Down Expand Up @@ -139,7 +139,7 @@ servers:
owner: Sanjeev Gupta
vm: false

- hostname: nts.netnod.se
- hostname: "[nts.netnod.se](https://nts.netnod.se)"
stratum: 1
location: Sweden
owner: Netnod
Expand Down Expand Up @@ -216,19 +216,19 @@ servers:
notes: For users close to Sundsvall
vm: false

- hostname: ntp.3eck.net
- hostname: "[ntp.3eck.net](https://ntp.3eck.net)"
stratum: 2
location: Switzerland
owner: Adrian Zaugg
vm: false

- hostname: ntp.trifence.ch
- hostname: "[ntp.trifence.ch](https://ntp.trifence.ch)"
stratum: 2
location: Switzerland
owner: Marcel Waldvogel
vm: false

- hostname: ntp.zeitgitter.net
- hostname: "[ntp.zeitgitter.net](https://ntp.zeitgitter.net)"
stratum: 2
location: Switzerland
owner: Marcel Waldvogel
Expand Down Expand Up @@ -258,19 +258,19 @@ servers:
owner: System76
vm: false

- hostname: stratum1.time.cifelli.xyz
- hostname: "[stratum1.time.cifelli.xyz](http://stratum1.time.cifelli.xyz)"
stratum: 1
location: US
owner: Mike Cifelli
vm: false

- hostname: time.cifelli.xyz
- hostname: "[time.cifelli.xyz](http://time.cifelli.xyz)"
stratum: 2
location: US
owner: Mike Cifelli
vm: false

- hostname: time.txryan.com
- hostname: "[time.txryan.com](http://time.txryan.com)"
stratum: 2
location: US
owner: Tanner Ryan
Expand Down

0 comments on commit 0f2b190

Please sign in to comment.