ntpd: Follow the example config given on https://wiki.evolix.org/HowtoNTP

This commit is contained in:
Ludovic Poujol 2018-05-02 19:25:31 +02:00
parent 08d5ca5696
commit 52c728b524

View file

@ -1,9 +1,8 @@
--- ---
ntpd_servers: ntpd_servers:
- 'ntp.evolix.net' - 'ntp.evolix.net iburst'
ntpd_acls: ntpd_acls:
- '-4 default kod notrap nomodify nopeer noquery'
- '-6 default kod notrap nomodify nopeer noquery'
- '127.0.0.1' - '127.0.0.1'
- '::1' - '::1'
- '-4 default ignore'
- '-6 default ignore'