Mon, 28 Jan 2013 17:37:18 +0100
Correct socket error reporting improvement with IPv6 portable code,
after helpful recommendation by Saúl Ibarra Corretgé on OSips devlist.
michael@719 | 1 | ## |
michael@719 | 2 | ## ntp.conf -- NTP Daemon Configuration |
michael@719 | 3 | ## |
michael@719 | 4 | |
michael@719 | 5 | # global NTP daemon options |
michael@719 | 6 | logfile @l_prefix@/var/ntp/ntp.log |
michael@719 | 7 | pidfile @l_prefix@/var/ntp/ntpd.pid |
michael@719 | 8 | driftfile @l_prefix@/var/ntp/ntpd.drift |
michael@719 | 9 | statsdir @l_prefix@/var/ntp/ntpd.stat/ |
michael@719 | 10 | |
michael@719 | 11 | # list of NTP peers |
michael@719 | 12 | # (see http://www.pool.ntp.org/) |
michael@719 | 13 | server 0.pool.ntp.org iburst |
michael@719 | 14 | server 1.pool.ntp.org iburst |
michael@719 | 15 | server 2.pool.ntp.org iburst |
michael@719 | 16 | |
michael@719 | 17 | # restrictions |
michael@719 | 18 | restrict default limited noquery nomodify notrap nopeer |
michael@719 | 19 | restrict 127.0.0.0 mask 255.0.0.0 |
michael@719 | 20 |