2020-10-24 10:32:07 +02:00
|
|
|
# Just a quick note on what I change on chrony, which is the servers.
|
2020-10-25 11:44:53 +01:00
|
|
|
# DO NOT ACTUALLY PUT THIS FILE IN PRODUCTION, GREP COPY-PASTE INSTEAD?
|
|
|
|
|
|
|
|
## NTS servers
|
|
|
|
# Cloudflare NTS, anycast, works probably anywhere. No leap second smearing.
|
2020-10-24 10:32:07 +02:00
|
|
|
#server time.cloudflare.com iburst nts
|
2020-10-25 11:44:53 +01:00
|
|
|
|
|
|
|
## NTP servers
|
|
|
|
|
|
|
|
# Public official Finnish time server, I am very surprised if there is leap
|
|
|
|
# smearing
|
|
|
|
#server time.mikes.fi iburst
|
|
|
|
|
|
|
|
# Elisa NTP servers, no idea on smearing, I hope not
|
|
|
|
#server ntp1.kolumbus.fi iburst
|
|
|
|
#server ntp2.kolumbus.fi iburst
|
|
|
|
#server ntp.saunalahti.fi iburst
|
|
|
|
|
2020-10-25 16:22:59 +01:00
|
|
|
# DNA & Moi NTP server, no idea on smearing, I hope not
|
|
|
|
#server ntp.dnainternet.fi iburst
|
|
|
|
|
|
|
|
# Telia NTP server, no idea on smearing, I hope not
|
|
|
|
#server ntp.inet.fi iburst
|
|
|
|
|
2020-10-25 11:44:53 +01:00
|
|
|
# Snopyta's Finnish servers, no idea on smearing, I hope not
|
|
|
|
#server ntp1.snopyta.org iburst
|
|
|
|
#server ntp2.snopyta.org iburst
|
|
|
|
|
2020-10-24 10:32:07 +02:00
|
|
|
# As more than one timeserver (that don't smear leap seconds) are good, keep
|
2020-10-25 11:44:53 +01:00
|
|
|
# the provided vendor address intact/uncommented. Or maybe don't as per
|
|
|
|
# their request on their website and I have enough timeservers.
|
2020-10-24 10:32:07 +02:00
|
|
|
#pool pool.ntp.org iburst
|
|
|
|
|
2020-10-25 16:43:07 +01:00
|
|
|
# Allowing access from LAN:
|
|
|
|
#allow 192.168
|
|
|
|
#allow fe80::/10
|
|
|
|
|
2020-10-24 10:32:07 +02:00
|
|
|
# Commands of interest:
|
|
|
|
# chrony -N authdata
|
|
|
|
# chrony -N sources
|