Skip to content

Instantly share code, notes, and snippets.

@danopia
Created January 31, 2009 23:36
Show Gist options
  • Save danopia/55708 to your computer and use it in GitHub Desktop.
Save danopia/55708 to your computer and use it in GitHub Desktop.
# $OpenBSD: ntpd.conf,v 1.7 2004/07/20 17:38:35 henning Exp $
# sample ntpd configuration file, see ntpd.conf(5)
# Addresses to listen on (ntpd does not listen by default)
listen on *
#listen on 127.0.0.1
#listen on ::1
# sync to a single server
#server ntp.example.org
servers tock.usno.navy.mil
servers pool.ntp.org
# use a random selection of 4 public stratum 2 servers
# see http://twiki.ntp.org/bin/view/Servers/NTPPoolServers
# and http://www.pool.ntp.org/
servers ntp.isc.org
servers time.nist.gov
servers time-a.nist.gov
servers time-b.nist.gov
servers time-nw.nist.gov
servers time.windows.com
servers 0.debian.pool.ntp.org
servers 1.debian.pool.ntp.org
servers 2.debian.pool.ntp.org
servers 3.debian.pool.ntp.org
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment