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:
parent
4b842d6fce
commit
735fb9eb92
@ -2,7 +2,7 @@
|
||||
# defaults file for zen_ntp
|
||||
ntp_conf_file : "/etc/ntp.conf"
|
||||
ntp_conf_version : "1.0"
|
||||
ntp_conf_revision : "20200429-232122"
|
||||
ntp_conf_revision : "20201009-043644"
|
||||
|
||||
|
||||
ntp_service: ntpd
|
||||
@ -15,7 +15,7 @@
|
||||
ntp_netmask : 255.0.0.0
|
||||
|
||||
|
||||
ntp_lan_server : 10.10.10.55
|
||||
ntp_lan_server : 10.1.1.10
|
||||
|
||||
|
||||
ntp_servers :
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user