summaryrefslogtreecommitdiff
path: root/etc/ntpd.conf
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2015-05-18 13:48:39 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2015-05-18 13:48:39 +0000
commit99ee9dfef2c862303a6cf4ccf7d32dd061c7db0e (patch)
treecc91d93503d1eeac5c134e6f57f94d3ee371cb0c /etc/ntpd.conf
parent7adbbc5749cf91f7871775bbd84d919bb5f596c6 (diff)
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
Diffstat (limited to 'etc/ntpd.conf')
-rw-r--r--etc/ntpd.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/ntpd.conf b/etc/ntpd.conf
new file mode 100644
index 00000000000..ec5a86e25d3
--- /dev/null
+++ b/etc/ntpd.conf
@@ -0,0 +1,14 @@
+# $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"