1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[]
= "info"
[]
= true
= 128
# Offsets larger than this are refused outright in steady state. Default is
# 1000 seconds — matches classic `ntpd`. Offsets larger than this on the very
# first sample after start are handled by `allow_initial_step`.
= 1000000
# Permit one unrestricted step the first time the servo sees a measurement.
# Equivalent to `ntpd -g`. Lets the clock recover after a cold boot or long
# VM suspend where real-world offset can exceed any sane steady-state guard.
= true
= "system"
[]
= true
# Bind to all interfaces for public NTP service (default: 127.0.0.1:123)
= "0.0.0.0:123"
[[]]
= "time.cloudflare.com:123"
= true
[[]]
= "time.google.com:123"
[[]]
= "pool.ntp.org:123"
[[]]
= "time.apple.com:123"
[]
= true
= "127.0.0.1:9100"