michael@719: ## michael@719: ## ntp.conf -- NTP Daemon Configuration michael@719: ## michael@719: michael@719: # global NTP daemon options michael@719: logfile @l_prefix@/var/ntp/ntp.log michael@719: pidfile @l_prefix@/var/ntp/ntpd.pid michael@719: driftfile @l_prefix@/var/ntp/ntpd.drift michael@719: statsdir @l_prefix@/var/ntp/ntpd.stat/ michael@719: michael@719: # list of NTP peers michael@719: # (see http://www.pool.ntp.org/) michael@719: server 0.pool.ntp.org iburst michael@719: server 1.pool.ntp.org iburst michael@719: server 2.pool.ntp.org iburst michael@719: michael@719: # restrictions michael@719: restrict default limited noquery nomodify notrap nopeer michael@719: restrict 127.0.0.0 mask 255.0.0.0 michael@719: