From 5ee53acb250c169329e207cf56ce9bc5d81afaa1 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sun, 15 Mar 2015 21:35:46 -0500 Subject: [PATCH] update the example configuration file from upstream --- ntpd.conf | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ntpd.conf b/ntpd.conf index 92c2c22..2446fc7 100644 --- a/ntpd.conf +++ b/ntpd.conf @@ -1,3 +1,4 @@ +# $OpenBSD: ntpd.conf,v 1.2 2015/02/10 06:40:08 reyk Exp $ # sample ntpd configuration file, see ntpd.conf(5) # Addresses to listen on (ntpd does not listen by default) @@ -9,4 +10,12 @@ # use a random selection of NTP Pool Time Servers # see http://support.ntp.org/bin/view/Servers/NTPPoolServers servers pool.ntp.org -constraints from "https://www.google.com/search?q=openntpd" + +# use a specific local timedelta sensor (radio clock, etc) +#sensor nmea0 + +# use all detected timedelta sensors +#sensor * + +# get the time constraint from a well-known HTTPS site +#constraints from "https://www.google.com/search?q=openntpd"