ntpd: Follow the example config given on https://wiki.evolix.org/HowtoNTP
This commit is contained in:
parent
08d5ca5696
commit
52c728b524
1 changed files with 3 additions and 4 deletions
|
@ -1,9 +1,8 @@
|
|||
---
|
||||
ntpd_servers:
|
||||
- 'ntp.evolix.net'
|
||||
- 'ntp.evolix.net iburst'
|
||||
ntpd_acls:
|
||||
- '-4 default kod notrap nomodify nopeer noquery'
|
||||
- '-6 default kod notrap nomodify nopeer noquery'
|
||||
- '127.0.0.1'
|
||||
- '::1'
|
||||
- '-4 default ignore'
|
||||
- '-6 default ignore'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue