Source code pulled from OpenBSD for OpenNTPD. The place to contribute to this code is via the OpenBSD CVS tree.
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.

18 lines
493 B

  1. # $OpenBSD: ntpd.conf,v 1.11 2009/05/18 16:13:48 stevesk Exp $
  2. # sample ntpd configuration file, see ntpd.conf(5)
  3. # Addresses to listen on (ntpd does not listen by default)
  4. #listen on *
  5. # sync to a single server
  6. #server ntp.example.org
  7. # use a random selection of NTP Pool Time Servers
  8. # see http://support.ntp.org/bin/view/Servers/NTPPoolServers
  9. servers pool.ntp.org
  10. # use a specific local timedelta sensor (radio clock, etc)
  11. #sensor nmea0
  12. # use all detected timedelta sensors
  13. #sensor *