diff --git a/Python/etc/openntpd/ntpd.conf b/Python/etc/openntpd/ntpd.conf index 33f7668..1a25cc1 100644 --- a/Python/etc/openntpd/ntpd.conf +++ b/Python/etc/openntpd/ntpd.conf @@ -13,6 +13,18 @@ if has("ntp-server"): @# use a random selection of 8 public stratum 2 servers @# see http://twiki.ntp.org/bin/view/Servers/NTPPoolServers @servers pool.ntp.org +elif has("secondary-ntp-server"): + @# Addresses to listen on (ntpd does not listen by default) + @listen on * + @#listen on 127.0.0.1 + @#listen on ::1 + @ + @# sync to a single server + @server ntp.adm.crans.org + @ + @# use a random selection of 8 public stratum 2 servers + @# see http://twiki.ntp.org/bin/view/Servers/NTPPoolServers + @#servers pool.ntp.org else: @# Addresses to listen on (ntpd does not listen by default) @#listen on *