kiss-ntpd

Crates.iokiss-ntpd
lib.rskiss-ntpd
version2.0.0
sourcesrc
created_at2021-03-14 06:56:35.645621
updated_at2021-03-15 01:39:27.668765
descriptionNTP server that Keeps It Simple, Stupid
homepage
repositoryhttps://code.moparisthebest.com/moparisthebest/kiss-ntpd
max_upload_size
id368684
size41,103
Travis Burtrum (moparisthebest)

documentation

README

kiss-ntpd

Build Status crates.io

An NTP server that Keeps It Simple, Stupid.

It simply responds to NTP queries with the current system time, it doesn't fuss with leap seconds or stratum or any of those other things we don't care about. It will simply synchronize your clock to the server's clock rather closely and that's it.

Host this on your router for all your LAN clients, and let systemd-timesyncd or another ntp client keep that clock in sync.

Usage
usage: kiss-ntpd [options...] [bind_addresses...]
 -h, --help                      print this usage text
 -V, -v, --version               Show version number then quit

 If no bind_addresses supplied, defaults to 0.0.0.0:123

There is an example systemd unit in systemd/kiss-ntpd.service which runs it with minimal permissions and as locked down as possible.

Many thanks to rsntp from which I forked this code.

Commit count: 0

cargo fmt