change ntp server pool
This commit is contained in:
parent
aa8ed2bd0c
commit
e8b5dd8060
@ -1,10 +1,10 @@
|
||||
# Use public servers from the pool.ntp.org project.
|
||||
# Please consider joining the pool (http://www.pool.ntp.org/join.html).
|
||||
#pool 2.pool.ntp.org iburst
|
||||
server 0.ch.pool.ntp.org iburst
|
||||
server 1.ch.pool.ntp.org iburst
|
||||
server 2.ch.pool.ntp.org iburst
|
||||
server 3.ch.pool.ntp.org iburst
|
||||
# https://www.metas.ch/metas/fr/home/fabe/zeit-und-frequenz/time-dissemination.html
|
||||
server ntp11.metas.ch iburst
|
||||
server ntp12.metas.ch iburst
|
||||
server ntp13.metas.ch iburst
|
||||
|
||||
# Record the rate at which the system clock gains/losses time.
|
||||
driftfile /var/lib/chrony/drift
|
||||
@ -13,10 +13,6 @@ driftfile /var/lib/chrony/drift
|
||||
# if its offset is larger than 1 second.
|
||||
#makestep 1.0 3
|
||||
|
||||
# Cette directive modifierait l'horloge système si l'ajustement était plus important
|
||||
# que 1000 secondes, mais seulement lors des dix premières mises à jour horaires.
|
||||
makestep 1000 10
|
||||
|
||||
# Enable kernel synchronization of the real-time clock (RTC).
|
||||
rtcsync
|
||||
|
||||
@ -29,7 +25,6 @@ rtcsync
|
||||
|
||||
# Allow NTP client access from local network.
|
||||
#allow 192.168.0.0/16
|
||||
allow 192.168.1.0/24
|
||||
|
||||
# Serve time even if not synchronized to a time source.
|
||||
#local stratum 10
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user