kvm/internal/timesync
Marc Brooks 4fe3ad4160 feat(ntp): enhances time sync with DHCP NTP and custom servers (#625)
* Ensure the mDNS mode is set every time network state changes

Eliminates (mostly) duplicate code

* Add custom NTP and HTTP time sync servers

Since the ordering may have been previously defaulted and saved as "ntp,http", but that was being ignored and fallback-defaults were being used, in Ordering, `ntp` means use the fallback NTP servers, and `http` means use the fallback HTTP URLs. Thus `ntp_user_provided` and `http_user_provided` are the user specified static lists.

* Add support for using DHCP-provided NTP server
2025-09-26 08:21:18 +00:00
..
http.go feat(ntp): enhances time sync with DHCP NTP and custom servers (#625) 2025-09-26 08:21:18 +00:00
metrics.go feat(ntp): enhances time sync with DHCP NTP and custom servers (#625) 2025-09-26 08:21:18 +00:00
ntp.go feat(ntp): enhances time sync with DHCP NTP and custom servers (#625) 2025-09-26 08:21:18 +00:00
rtc.go network enhanecment / refactor (#361) 2025-09-26 08:21:17 +00:00
rtc_linux.go network enhanecment / refactor (#361) 2025-09-26 08:21:17 +00:00
rtc_notlinux.go network enhanecment / refactor (#361) 2025-09-26 08:21:17 +00:00
timesync.go feat(ntp): enhances time sync with DHCP NTP and custom servers (#625) 2025-09-26 08:21:18 +00:00