0.1.2-DEV-20201009-043714
------------------------- * MODIFY: - changed default ntp server for the lan - updated ntp_conf.j2 template to include the iburst option
This commit is contained in:
@ -19,7 +19,7 @@ restrict {{ ntp_network }} mask {{ ntp_netmask }} nomodify notrap
|
||||
server {{ server }}
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
server {{ ntp_lan_server }}
|
||||
server {{ ntp_lan_server }} iburst
|
||||
{% endif %}
|
||||
|
||||
includefile /etc/ntp/crypto/pw
|
||||
|
Reference in New Issue
Block a user