File tree Expand file tree Collapse file tree 4 files changed +17
-0
lines changed
Expand file tree Collapse file tree 4 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,8 @@ This is intended to bootstrap a list of NTP servers with NTS support given that
5252| [ time3.mbix.ca] ( https://time3.mbix.ca ) | 1| Canada| Manitoba Internet Exchange| IPv4 and IPv6|
5353| [ time.web-clock.ca] ( https://time.web-clock.ca ) | 1| Canada| Community||
5454||
55+ | [ time.cincura.net] ( https://time.cincura.net ) | 1| Czech Republic| Jiří Činčura||
56+ ||
5557| ntp.miuku.net| 3| Finland| miuku.net||
5658||
5759| paris.time.system76.com| 2| France| System76||
Original file line number Diff line number Diff line change @@ -29,6 +29,9 @@ server time2.mbix.ca nts iburst
2929server time3.mbix.ca nts iburst
3030server time.web-clock.ca nts iburst
3131
32+ # Czech Republic
33+ server time.cincura.net nts iburst
34+
3235# Finland
3336server ntp.miuku.net nts iburst
3437
Original file line number Diff line number Diff line change @@ -80,6 +80,12 @@ mode = "nts"
8080address = " time.web-clock.ca"
8181
8282
83+ # Czech Republic
84+ [[source ]]
85+ mode = " nts"
86+ address = " time.cincura.net"
87+
88+
8389# Finland
8490[[source ]]
8591mode = " nts"
Original file line number Diff line number Diff line change @@ -109,6 +109,12 @@ servers:
109109 owner : Community
110110 vm : false
111111
112+ - hostname : ' [time.cincura.net](https://time.cincura.net)'
113+ stratum : 1
114+ location : Czech Republic
115+ owner : Jiří Činčura
116+ vm : false
117+
112118- hostname : ntp.miuku.net
113119 stratum : 3
114120 location : Finland
You can’t perform that action at this time.
0 commit comments