# /etc/ntp.conf, configuration for ntpd; see ntp.conf(5) for help12driftfile /var/lib/ntp/ntp.drift34# Leap seconds definition provided by tzdata5leapfile /usr/share/zoneinfo/leap-seconds.list67# Enable this if you want statistics to be logged.8#statsdir /var/log/ntpstats/910statistics loopstats peerstats clockstats11filegen loopstats file loopstats type day enable12filegen peerstats file peerstats type day enable13filegen clockstats file clockstats type day enable141516# You do need to talk to an NTP server or two (or three).17#server ntp.your-provider.example1819# pool.ntp.org maps to about 1000 low-stratum NTP servers. Your server will20# pick a different set every time it starts up. Please consider joining the21# pool: <http://www.pool.ntp.org/join.html>22#pool 0.debian.pool.ntp.org iburst23#pool 1.debian.pool.ntp.org iburst24#pool 2.debian.pool.ntp.org iburst25#pool 3.debian.pool.ntp.org iburst26pool 0.europe.pool.ntp.org iburst27pool 1.europe.pool.ntp.org iburst28pool 2.europe.pool.ntp.org iburst29pool 3.europe.pool.ntp.org iburst3031# Access control configuration; see /usr/share/doc/ntp-doc/html/accopt.html for32# details. The web page <http://support.ntp.org/bin/view/Support/AccessRestrictions>33# might also be helpful.34#35# Note that "restrict" applies to both servers and clients, so a configuration36# that might be intended to block requests from certain clients could also end37# up blocking replies from your own upstream servers.3839# By default, exchange time with everybody, but don't allow configuration.40restrict -4 default kod notrap nomodify nopeer noquery limited41restrict -6 default kod notrap nomodify nopeer noquery limited4243# Local users may interrogate the ntp server more closely.44restrict 127.0.0.145restrict ::14647# Needed for adding pool entries48restrict source notrap nomodify noquery4950# Clients from this (example!) subnet have unlimited access, but only if51# cryptographically authenticated.52#restrict 192.168.123.0 mask 255.255.255.0 notrust535455# If you want to provide time to your local subnet, change the next line.56# (Again, the address is an example only.)57#broadcast 192.168.123.2555859# If you want to listen to time broadcasts on your local subnet, de-comment the60# next lines. Please do this only if you trust everybody on the network!61#disable auth62#broadcastclient636465