Merge "Chrony: new NTP server defaults"
This commit is contained in:
commit
ebb0f3ed83
@ -271,7 +271,7 @@ security_ntp_servers:
|
||||
- 2.pool.ntp.org
|
||||
- 3.pool.ntp.org
|
||||
# NTP server options.
|
||||
security_ntp_server_options: offline maxpoll 10 minpoll 8
|
||||
security_ntp_server_options: iburst
|
||||
# Configure Chrony to synchronize the hardware clock
|
||||
security_ntp_sync_rtc: false
|
||||
# Chrony limits access to clients that are on certain subnets. Adjust the
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
upgrade:
|
||||
- Changed the default NTP server options in ``chrony.conf``. The ``offline``
|
||||
option has been removed, ``minpoll``/``maxpoll`` have been removed in favour of
|
||||
the upstream defaults, while the ``iburst`` option was added to speed up
|
||||
initial time synchronization.
|
Loading…
Reference in New Issue
Block a user