Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ This is intended to bootstrap a list of NTP servers with NTS support given that
||
|ntp3.fau.de|1|Germany|FAU||
|ntp3.ipv6.fau.de|1|Germany|FAU|IPv6 only|
|ntp7.rdem-systems.com|2|Germany|[RDEM Systems](https://www.rdem-systems.com)|Frankfurt area, IPv4 and IPv6|
|ptbtime1.ptb.de|1|Germany|PTB||
|ptbtime2.ptb.de|1|Germany|PTB||
|ptbtime3.ptb.de|1|Germany|PTB||
Expand Down Expand Up @@ -135,14 +136,14 @@ The following servers are known to be virtualized and may be less accurate. YMMV
|ntp1.rdem-systems.com|2|France|[RDEM Systems](https://www.rdem-systems.com)|Equinix PA4, IPv4 and IPv6|
|ntp10.rdem-systems.com|2|France|[RDEM Systems](https://www.rdem-systems.com)|Equinix PA3, IPv4 and IPv6|
|ntp11.rdem-systems.com|2|France|[RDEM Systems](https://www.rdem-systems.com)|TH2 Paris, IPv4 and IPv6|
|ntp12.rdem-systems.com|2|France|[RDEM Systems](https://www.rdem-systems.com)|Lauterbourg, IPv4 and IPv6|
|ntp2.rdem-systems.com|2|France|[RDEM Systems](https://www.rdem-systems.com)|Equinix PA4, IPv4 and IPv6|
|ntp3.rdem-systems.com|2|France|[RDEM Systems](https://www.rdem-systems.com)|Equinix PA3, IPv4 and IPv6|
|ntp4.rdem-systems.com|2|France|[RDEM Systems](https://www.rdem-systems.com)|Equinix PA3, IPv4 and IPv6|
|ntp5.rdem-systems.com|2|France|[RDEM Systems](https://www.rdem-systems.com)|Equinix PA5, IPv4 and IPv6|
|ntp6.rdem-systems.com|2|France|[RDEM Systems](https://www.rdem-systems.com)|Equinix PA5, IPv4 and IPv6|
|ntp8.rdem-systems.com|2|France|[RDEM Systems](https://www.rdem-systems.com)|Equinix PA5, IPv4 and IPv6|
|ntp9.rdem-systems.com|2|France|[RDEM Systems](https://www.rdem-systems.com)|Equinix PA4, IPv4 and IPv6|
|ntp7.rdem-systems.com|2|Germany|[RDEM Systems](https://www.rdem-systems.com)|Frankfurt area, IPv4 and IPv6|
|solarium.stellata.ch|2|Switzerland|stellata.ch||
|[time.xargs.org](https://time.xargs.org)|3|US|Michael Driscoll|IPv4 and IPv6|

Expand Down
3 changes: 2 additions & 1 deletion chrony.conf
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ server paris.time.system76.com nts iburst
# Germany
server ntp3.fau.de nts iburst
server ntp3.ipv6.fau.de nts iburst
server ntp7.rdem-systems.com nts iburst
server ptbtime1.ptb.de nts iburst
server ptbtime2.ptb.de nts iburst
server ptbtime3.ptb.de nts iburst
Expand Down Expand Up @@ -121,13 +122,13 @@ server ntp.viarouge.net nts iburst
server ntp1.rdem-systems.com nts iburst
server ntp10.rdem-systems.com nts iburst
server ntp11.rdem-systems.com nts iburst
server ntp12.rdem-systems.com nts iburst
server ntp2.rdem-systems.com nts iburst
server ntp3.rdem-systems.com nts iburst
server ntp4.rdem-systems.com nts iburst
server ntp5.rdem-systems.com nts iburst
server ntp6.rdem-systems.com nts iburst
server ntp8.rdem-systems.com nts iburst
server ntp9.rdem-systems.com nts iburst
server ntp7.rdem-systems.com nts iburst
server solarium.stellata.ch nts iburst
server time.xargs.org nts iburst
12 changes: 8 additions & 4 deletions ntp.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ address = "ntp3.fau.de"
mode = "nts"
address = "ntp3.ipv6.fau.de"

[[source]]
mode = "nts"
address = "ntp7.rdem-systems.com"

[[source]]
mode = "nts"
address = "ptbtime1.ptb.de"
Expand Down Expand Up @@ -367,6 +371,10 @@ address = "ntp10.rdem-systems.com"
mode = "nts"
address = "ntp11.rdem-systems.com"

[[source]]
mode = "nts"
address = "ntp12.rdem-systems.com"

[[source]]
mode = "nts"
address = "ntp2.rdem-systems.com"
Expand Down Expand Up @@ -395,10 +403,6 @@ address = "ntp8.rdem-systems.com"
mode = "nts"
address = "ntp9.rdem-systems.com"

[[source]]
mode = "nts"
address = "ntp7.rdem-systems.com"

[[source]]
mode = "nts"
address = "solarium.stellata.ch"
Expand Down
9 changes: 8 additions & 1 deletion nts-sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,13 @@ servers:
notes: "TH2 Paris, IPv4 and IPv6"
vm: true

- hostname: ntp12.rdem-systems.com
stratum: 2
location: France
owner: "[RDEM Systems](https://www.rdem-systems.com)"
notes: "Lauterbourg, IPv4 and IPv6"
vm: true

- hostname: ntp3.fau.de
stratum: 1
location: Germany
Expand All @@ -242,7 +249,7 @@ servers:
location: Germany
owner: "[RDEM Systems](https://www.rdem-systems.com)"
notes: "Frankfurt area, IPv4 and IPv6"
vm: true
vm: false

- hostname: ptbtime1.ptb.de
stratum: 1
Expand Down