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:
Chris Hammer 2020-10-09 04:38:16 -04:00
parent 4b842d6fce
commit 735fb9eb92
2 changed files with 3 additions and 3 deletions

View File

@ -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 :

View File

@ -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