mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 19:29:22 +01:00
chrony/sources.d: prefer ISP and CF
The ISP should be closest server to sync to and Cloudflare is anycast with potentially lower stratum than the other nts servers. 'nts' implies 'require' and 'trust' already and other servers get picked over lower stratum although higher distance.
This commit is contained in:
parent
8a93a2a9ac
commit
48976cacce
@ -1,2 +1,2 @@
|
|||||||
# DNA & Moi NTP server, no idea on smearing, I hope not
|
# DNA & Moi NTP server, no idea on smearing, I hope not
|
||||||
pool ntp.dnainternet.fi maxsources 3 iburst
|
pool ntp.dnainternet.fi maxsources 3 iburst prefer
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Elisa NTP servers, no idea on smearing, I hope not
|
# Elisa NTP servers, no idea on smearing, I hope not
|
||||||
server ntp1.kolumbus.fi iburst
|
server ntp1.kolumbus.fi iburst prefer
|
||||||
server ntp2.kolumbus.fi iburst
|
server ntp2.kolumbus.fi iburst prefer
|
||||||
server ntp.saunalahti.fi iburst
|
server ntp.saunalahti.fi iburst prefer
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
# Hetzner.de NTP servers
|
# Hetzner.de NTP servers
|
||||||
pool ntp.hetzner.de iburst maxsources 3
|
pool ntp.hetzner.de iburst maxsources 3 prefer
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# NOTE: NTS support requires Chrony 4.0 or newer!
|
# NOTE: NTS support requires Chrony 4.0 or newer!
|
||||||
|
|
||||||
# Cloudflare NTS, anycast, works probably anywhere. No leap second smearing.
|
# Cloudflare NTS, anycast, works probably anywhere. No leap second smearing.
|
||||||
pool time.cloudflare.com maxsources 2 iburst nts
|
pool time.cloudflare.com maxsources 2 iburst nts prefer
|
||||||
|
|
||||||
# Finland, https://ntp.miuku.net
|
# Finland, https://ntp.miuku.net
|
||||||
server ntp.miuku.net iburst nts
|
server ntp.miuku.net iburst nts
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
# Telia NTP servers, no idea on smearing, I hope not
|
# Telia NTP servers, no idea on smearing, I hope not
|
||||||
pool ntp.inet.fi iburst maxsources 3
|
pool ntp.inet.fi iburst maxsources 3 prefer
|
||||||
|
Loading…
Reference in New Issue
Block a user