You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
587 B

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