mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 17:35:06 -05:00
Add a note that three servers is the generally recommended minimum for an NTP client to be able to detect a falseticker. Mention that the pool directive uses four servers. Update the links to the pool join page and list of public servers.
13 lines
376 B
Plaintext
13 lines
376 B
Plaintext
# Use four public NTP servers from the pool.ntp.org project.
|
|
pool pool.ntp.org iburst
|
|
|
|
# Record the rate at which the system clock gains/losses time.
|
|
driftfile /var/lib/chrony/drift
|
|
|
|
# Allow the system clock to be stepped in the first three updates
|
|
# if its offset is larger than 1 second.
|
|
makestep 1.0 3
|
|
|
|
# Enable kernel synchronization of the real-time clock (RTC).
|
|
rtcsync
|