[openntpd] Ajout serveur ntp secondaire (pour les bornes wifi...)
darcs-hash:20110208223402-ffbb2-f2ff24fb63486c55462968e239be1cb2dbedb9cd.gz
This commit is contained in:
parent
54fd9e9b10
commit
002af1b13a
1 changed files with 12 additions and 0 deletions
|
@ -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 *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue