Skip to content

Commit 9a165b1

Browse files
committed
Add time.cincura.net
Signed-off-by: Jauder Ho <jauderho@users.noreply.github.com>
1 parent 4760a43 commit 9a165b1

File tree

4 files changed

+17
-0
lines changed

4 files changed

+17
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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||

chrony.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ server time2.mbix.ca nts iburst
2929
server time3.mbix.ca nts iburst
3030
server time.web-clock.ca nts iburst
3131

32+
# Czech Republic
33+
server time.cincura.net nts iburst
34+
3235
# Finland
3336
server ntp.miuku.net nts iburst
3437

ntp.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@ mode = "nts"
8080
address = "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]]
8591
mode = "nts"

nts-sources.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)