[BACK]Return to ntpd.conf CVS log [TXT][DIR] Up to [local] / src / etc

File: [local] / src / etc / ntpd.conf (download)

Revision 1.13, Mon May 18 13:48:38 2015 UTC (9 years ago) by deraadt
Branch: MAIN
Changes since 1.12: +5 -9 lines

enable ntpd by default at install time.  We use pools and a reliable
constraint to keep them in check.  in the worst case of being on a
dark net, nothing changes.

this is being enabled by default to allow gathering of more operational
information from users.  and if the operational heuristics in ntpd can be
suitable refined, this may stay the default into the future.  if not, ntpd
will become even more awesome along the way.

with reyk rpe

# $OpenBSD: ntpd.conf,v 1.13 2015/05/18 13:48:38 deraadt Exp $

# Addresses to listen on (ntpd does not listen by default)
#listen on *

# use a random selection of NTP Pool Time Servers
# see http://support.ntp.org/bin/view/Servers/NTPPoolServers
servers pool.ntp.org

# use all detected timedelta sensors
sensor *

# get the time constraint from a well-known HTTPS site
constraints from "https://www.google.com"