mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-07 14:05:07 -05:00
ntp: replace non-pool sources when unreachable or falsetickers
Sources that are not specified as a pool and have a name (i.e. not specified by an IP address or added from chronyc) will be replaced with a newly resolved address of the name when they become unreachable or falseticker too.
This commit is contained in:
@@ -581,9 +581,8 @@ rtcsync
|
||||
|
||||
When using a pool of NTP servers (one name is used for multiple servers which
|
||||
may change over time), it's better to specify them with the @code{pool}
|
||||
directive instead of multiple @code{server} directives in order to allow
|
||||
@code{chronyd} to replace unreachable or bad servers automatically. The
|
||||
configuration file could in this case look like
|
||||
directive instead of multiple @code{server} directives. The configuration file
|
||||
could in this case look like
|
||||
|
||||
@example
|
||||
pool pool.ntp.org iburst
|
||||
|
||||
Reference in New Issue
Block a user