File tree Expand file tree Collapse file tree 4 files changed +65
-0
lines changed
Expand file tree Collapse file tree 4 files changed +65
-0
lines changed Original file line number Diff line number Diff 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
103108The following servers are known to be virtualized and may be less accurate. YMMV.
104109
Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ server brazil.time.system76.com nts iburst
2424server 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
2730server time.web-clock.ca nts iburst
2831
2932# Finland
@@ -85,6 +88,8 @@ server virginia.time.system76.com nts iburst
8588server stratum1.time.cifelli.xyz nts iburst
8689server time.cifelli.xyz nts iburst
8790server 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)
9095server ntp.viarouge.net nts iburst
Original file line number Diff line number Diff 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 ]]
6779mode = " nts"
6880address = " time.web-clock.ca"
@@ -253,6 +265,14 @@ address = "time.cifelli.xyz"
253265mode = " nts"
254266address = " 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 ]]
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments