Skip to content

Commit 4760a43

Browse files
authored
Add Wiktel and MBIX NTS servers (#146)
* Add Wiktel servers Signed-off-by: Richard Laager <rlaager@wiktel.com> * Add MBIX servers Signed-off-by: Richard Laager <rlaager@wiktel.com> --------- Signed-off-by: Richard Laager <rlaager@wiktel.com>
1 parent a922f0d commit 4760a43

File tree

4 files changed

+65
-0
lines changed

4 files changed

+65
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ This is intended to bootstrap a list of NTP servers with NTS support given that
4747
|brazil.time.system76.com|2|Brazil|System76||
4848
|time.bolha.one|2|Brazil|Cadu Silva||
4949
||
50+
|[time1.mbix.ca](https://time1.mbix.ca)|1|Canada|Manitoba Internet Exchange|IPv4 and IPv6|
51+
|[time2.mbix.ca](https://time2.mbix.ca)|1|Canada|Manitoba Internet Exchange|IPv4 and IPv6|
52+
|[time3.mbix.ca](https://time3.mbix.ca)|1|Canada|Manitoba Internet Exchange|IPv4 and IPv6|
5053
|[time.web-clock.ca](https://time.web-clock.ca)|1|Canada|Community||
5154
||
5255
|ntp.miuku.net|3|Finland|miuku.net||
@@ -99,6 +102,8 @@ This is intended to bootstrap a list of NTP servers with NTS support given that
99102
|[stratum1.time.cifelli.xyz](https://stratum1.time.cifelli.xyz)|1|US|Mike Cifelli||
100103
|[time.cifelli.xyz](https://time.cifelli.xyz)|2|US|Mike Cifelli||
101104
|[time.txryan.com](https://time.txryan.com)|2|US|Tanner Ryan||
105+
|[ntp1.wiktel.com](https://ntp1.wiktel.com)|1|US|Wikstrom Telephone Company|IPv4 and IPv6|
106+
|[ntp2.wiktel.com](https://ntp2.wiktel.com)|1|US|Wikstrom Telephone Company|IPv4 and IPv6|
102107

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

chrony.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ server brazil.time.system76.com nts iburst
2424
server time.bolha.one nts iburst
2525

2626
# Canada
27+
server time1.mbix.ca nts iburst
28+
server time2.mbix.ca nts iburst
29+
server time3.mbix.ca nts iburst
2730
server time.web-clock.ca nts iburst
2831

2932
# Finland
@@ -85,6 +88,8 @@ server virginia.time.system76.com nts iburst
8588
server stratum1.time.cifelli.xyz nts iburst
8689
server time.cifelli.xyz nts iburst
8790
server time.txryan.com nts iburst
91+
server ntp1.wiktel.com nts iburst
92+
server ntp2.wiktel.com nts iburst
8893

8994
# Known VM servers (may be less accurate)
9095
server ntp.viarouge.net nts iburst

ntp.toml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,18 @@ address = "time.bolha.one"
6363

6464

6565
# Canada
66+
[[source]]
67+
mode = "nts"
68+
address = "time1.mbix.ca"
69+
70+
[[source]]
71+
mode = "nts"
72+
address = "time2.mbix.ca"
73+
74+
[[source]]
75+
mode = "nts"
76+
address = "time3.mbix.ca"
77+
6678
[[source]]
6779
mode = "nts"
6880
address = "time.web-clock.ca"
@@ -253,6 +265,14 @@ address = "time.cifelli.xyz"
253265
mode = "nts"
254266
address = "time.txryan.com"
255267

268+
[[source]]
269+
mode = "nts"
270+
address = "ntp1.wiktel.com"
271+
272+
[[source]]
273+
mode = "nts"
274+
address = "ntp2.wiktel.com"
275+
256276

257277
# Known VM servers (may be less accurate)
258278
[[source]]

nts-sources.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,27 @@ servers:
8282
owner: Cadu Silva
8383
vm: false
8484

85+
- hostname: '[time1.mbix.ca](https://time1.mbix.ca)'
86+
stratum: 1
87+
location: Canada
88+
owner: Manitoba Internet Exchange
89+
notes: IPv4 and IPv6
90+
vm: false
91+
92+
- hostname: '[time2.mbix.ca](https://time2.mbix.ca)'
93+
stratum: 1
94+
location: Canada
95+
owner: Manitoba Internet Exchange
96+
notes: IPv4 and IPv6
97+
vm: false
98+
99+
- hostname: '[time3.mbix.ca](https://time3.mbix.ca)'
100+
stratum: 1
101+
location: Canada
102+
owner: Manitoba Internet Exchange
103+
notes: IPv4 and IPv6
104+
vm: false
105+
85106
- hostname: '[time.web-clock.ca](https://time.web-clock.ca)'
86107
stratum: 1
87108
location: Canada
@@ -369,3 +390,17 @@ servers:
369390
owner: Michael Driscoll
370391
notes: IPv4 and IPv6
371392
vm: true
393+
394+
- hostname: '[ntp1.wiktel.com](https://ntp1.wiktel.com)'
395+
stratum: 1
396+
location: US
397+
owner: Wikstrom Telephone Company
398+
notes: IPv4 and IPv6
399+
vm: false
400+
401+
- hostname: '[ntp2.wiktel.com](https://ntp2.wiktel.com)'
402+
stratum: 1
403+
location: US
404+
owner: Wikstrom Telephone Company
405+
notes: IPv4 and IPv6
406+
vm: false

0 commit comments

Comments
 (0)