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

Diff for /src/etc/ntpd.conf between version 1.13 and 1.14

version 1.13, 2015/05/18 13:48:38 version 1.14, 2015/07/15 20:28:37
Line 1 
Line 1 
 # $OpenBSD$  # $OpenBSD$
   #
   # See ntpd.conf(5) and /etc/examples/ntpd.conf
   
 # 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  servers pool.ntp.org
   
 # use all detected timedelta sensors  
 sensor *  sensor *
   
 # get the time constraint from a well-known HTTPS site  
 constraints from "https://www.google.com"  constraints from "https://www.google.com"

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14