mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 10:59:14 -04:00
ntpd-rs is an NTP implementation written in Rust, with a focus on security and stability. It includes client and server functionality and supports NTS. WWW: https://tweedegolf.nl/en/pendulum PR: 272774
11 lines
283 B
TOML
11 lines
283 B
TOML
--- ntp.server.toml.orig 2023-07-28 10:30:50 UTC
|
|
+++ ntp.server.toml
|
|
@@ -18,7 +18,7 @@ max-peers = 4
|
|
#max-peers = 4
|
|
|
|
[observe]
|
|
-path = "/run/ntpd-rs/observe"
|
|
+path = "/var/run/ntpd-rs/observe"
|
|
|
|
# Serve NTP on any interface (requires permissions to use udp port 123)
|
|
[[server]]
|