From a259ce14a05136c6749087cd329855111602a0eb Mon Sep 17 00:00:00 2001 From: Gilles Mouchet Date: Sun, 30 Jun 2024 14:15:52 +0200 Subject: [PATCH] fix chrony config --- files/chrony/chrony.conf | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/files/chrony/chrony.conf b/files/chrony/chrony.conf index 1bf112c..57f61bc 100644 --- a/files/chrony/chrony.conf +++ b/files/chrony/chrony.conf @@ -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 -server 1.ch.pool.ntp.org -server 2.ch.pool.ntp.org -server 3.ch.pool.ntp.org +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 # Record the rate at which the system clock gains/losses time. driftfile /var/lib/chrony/drift @@ -25,6 +25,7 @@ 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 @@ -39,4 +40,4 @@ leapsectz right/UTC logdir /var/log/chrony # Select which information is logged. -#log measurements statistics tracking \ No newline at end of file +log measurements statistics tracking rtc