exim-config: Advance to new upstream version.
[distorted-ansible] / roles / common / files / ntp-client / ntp.conf
CommitLineData
3f6c5992
MW
1### -*-conf-*-
2### NTP configuration for hosts.
3###
4### This file is maintained on ibanez: edit it there and run `update-slaves'.
5
6## Store frequency offset.
7driftfile /var/lib/ntp/ntp.drift
8
9## Log statistics.
10statistics loopstats peerstats clockstats
11filegen loopstats file loopstats type day enable
12filegen peerstats file peerstats type day enable
13filegen clockstats file clockstats type day enable
14
15## Upstream servers.
16server 172.29.199.226 iburst
17server 172.29.199.227 iburst
18
19## Access control. Be fairly picky about most clients; give localhost more
20## leeway.
21restrict -4 default kod notrap nomodify nopeer noquery
22restrict -6 default kod notrap nomodify nopeer noquery
23restrict 127.0.0.1
24restrict ::1