diff options
| author | Xiao Pan <xyz@flylightning.xyz> | 2026-02-11 09:31:05 +0800 |
|---|---|---|
| committer | Xiao Pan <xyz@flylightning.xyz> | 2026-03-08 21:29:54 +0800 |
| commit | f39e4951a79a9cb75f811acf4c3e3288354b639b (patch) | |
| tree | 06842e74a82f01cb94c75e785075c67e8141aaad /etc/chrony.conf | |
| parent | c996852f9b59761407112ea7c6bea42242b6ec2f (diff) | |
pacdiff
Diffstat (limited to 'etc/chrony.conf')
| -rw-r--r-- | etc/chrony.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/chrony.conf b/etc/chrony.conf index 678eed84..670be496 100644 --- a/etc/chrony.conf +++ b/etc/chrony.conf @@ -21,10 +21,12 @@ ####################################################################### ### SPECIFY YOUR NTP SERVERS # Most computers using chrony will send measurement requests to one or -# more 'NTP servers'. You will probably find that your Internet Service +# more NTP servers. The general recommendation is to have at least +# three NTP servers to be able to detect one server providing incorrect +# time (falseticker). You will probably find that your Internet Service # Provider or company have one or more NTP servers that you can specify. # Failing that, there are a lot of public NTP servers. There is a list -# you can access at http://support.ntp.org/bin/view/Servers/WebHome or +# you can access at https://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 |
