forked from pendulum-project/ntpd-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathntp.toml
25 lines (22 loc) · 759 Bytes
/
ntp.toml
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
[observability]
# Other values include trace, debug, warn and error
log-level = "info"
observation-path = "/run/ntpd-rs/observe"
# Pool servers from ntppool.org. See http://www.pool.ntp.org/join.html
# for more information
[[peer]]
mode = "pool"
address = "ntpd-rs.pool.ntp.org"
count = 4
# Alternative configuration for IPv6 only machines
#[[peer]]
#mode = "pool"
#address = "2.pool.ntp.org"
#count = 4
# Below are configured various thresholds beyond which ntpd-rs will not
# change the system clock. CHANGE THESE TO MATCH YOUR SECURITY NEEDS!
# For guidance, see OPERATIONAL_CONSIDERATIONS.md
[synchronization]
single-step-panic-threshold = 1800
startup-step-panic-threshold = { forward="inf", backward = 1800 }
#accumulated-step-panic-threshold = 1800