File: unsafe.nts.client.toml

package info (click to toggle)
rust-ntp-proto 1.4.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 936 kB
  • sloc: sh: 25; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 486 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[observability]
# Other values include trace, debug, warn and error
log-level = "info"
observation-path = "/var/run/ntpd-rs/observe"

# uses an unsecure certificate!
[[source]]
mode = "nts"
address = "localhost:4460"
certificate-authority = "ntp-proto/test-keys/testca.pem"

# System parameters used in filtering and steering the clock:
[synchronization]
minimum-agreeing-sources = 1
single-step-panic-threshold = 10
startup-step-panic-threshold = { forward = "inf", backward = 86400 }