Fix #2345 : apply fix for v4 *and* v6 for syntax bug in conf file

This commit is contained in:
Gregory Colpart 2017-12-06 20:38:25 +01:00
parent 0da21a5ac6
commit 49fff767a9

View file

@ -2,6 +2,8 @@
ntpd_servers: ntpd_servers:
- 'ntp.evolix.net' - 'ntp.evolix.net'
ntpd_acls: ntpd_acls:
- 'default ignore'
- '127.0.0.1' - '127.0.0.1'
- '::1' - '::1'
- '-4 default ignore'
- '-6 default ignore'