blob: f8a354382dea86e36bbd018439c687627725447f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
--- examples/chrony.conf.example1.orig 2020-09-16 10:09:52 UTC
+++ examples/chrony.conf.example1
@@ -1,5 +1,5 @@
# Use public NTP servers from the pool.ntp.org project.
-pool pool.ntp.org iburst
+pool 0.freebsd.pool.ntp.org iburst
# Record the rate at which the system clock gains/losses time.
driftfile /var/lib/chrony/drift
|