# If you have no other local chimers to help NTP perform sanity checks
# then you can use some public chimers from the NTP public pool:
# http://www.pool.ntp.org/en/
#
# iburst tells it to send the first few requests at 2 second intervals rather
# than wait for the poll interval, which defaults to 64 seconds.  That greatly
# speeds up the time for ntpd to set the system time and start responding to
# requests.
#
# You can speed up initialization, and spread the load better, by
# using a country-specific potion of the pool, e.g. something like
#
# us.pool.ntp.org
#
# If you are not in the USA, then it will probably work to
# change the 'us' to your two letter country code.
#
# Major Internet-using countries with pools include:
# us gb de fr ru au at ca cn jp de fi it be br cz hk
#
# If you don't know your country code, find it at
#
# https://en.wikipedia.org/wiki/ISO_3166-1
#
# and then try prepending it to ".pool.ntp.org" and pinging that.
# hostname. If you get a response, you can use it.
#
# Alternatively, if you are running Linux your distribution may have
# a designated pool disparcher, e.g. ubuntu.pool.ntp.org
#
pool pool.ntp.org iburst

# The following setting reduces the maximum number of sources to not use more
# than four servers from the pool.ntp.org pool.  If you have specified other
# servers, you can increase the maxclock number accordingly.
tos maxclock 5

# The following sets edit modes for GNU EMACS
# Local Variables:
# mode:conf
# End:
