diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-12-25 02:21:18 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-12-25 02:21:18 -0800 |
commit | 81bac5181bfe7d3297ebe1f98ab70b66275ed757 (patch) | |
tree | 12c984feb895cf006aa1068b98df6954bf6d4648 /etc/chrony.conf | |
parent | 669d824743d9d33d9175ad7af7d0a9d2d02e3213 (diff) |
pacdiff
Diffstat (limited to 'etc/chrony.conf')
-rw-r--r-- | etc/chrony.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/chrony.conf b/etc/chrony.conf index 60f37ba5..32da9e04 100644 --- a/etc/chrony.conf +++ b/etc/chrony.conf @@ -27,9 +27,9 @@ # you can access at http://support.ntp.org/bin/view/Servers/WebHome or # you can use servers from the pool.ntp.org project. -! server 0.arch.pool.ntp.org iburst -! server 1.arch.pool.ntp.org iburst -! server 3.arch.pool.ntp.org iburst +! server ntp1.example.net iburst +! server ntp2.example.net iburst +! server ntp3.example.net iburst # I don't use auto_offline because: what if wifi connected but has no network? this seems happened a lot to me when modem is up but router is down # I don't use offline because: I want to sync the clock sooner @@ -101,8 +101,8 @@ ntsdumpdir /var/lib/chrony # and edit the following lines to specify the locations of the certificate and # key. -! ntsservercert /etc/.../foo.example.net.crt -! ntsserverkey /etc/.../foo.example.net.key +! ntsservercert /etc/.../nts-server.crt +! ntsserverkey /etc/.../nts-server.key # chronyd can save the measurement history for the servers to files when # it exits. This is useful in 2 situations: @@ -240,7 +240,7 @@ makestep 1.0 3 # several people, you need to set up a mailing list or sendmail alias # for them and use the address of that.) -! mailonchange wibble@foo.example.net 0.5 +! mailonchange wibble@example.net 0.5 ####################################################################### ### COMMAND ACCESS |