kvm/internal
Marc Brooks 11a095c0f6
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-07-11 08:04:19 +02:00
..
confparser feat(ntp): enhances time sync with DHCP NTP and custom servers (#625) 2025-07-11 08:04:19 +02:00
logging network enhanecment / refactor (#361) 2025-04-16 01:39:23 +02:00
mdns network enhanecment / refactor (#361) 2025-04-16 01:39:23 +02:00
network feat(ntp): enhances time sync with DHCP NTP and custom servers (#625) 2025-07-11 08:04:19 +02:00
timesync feat(ntp): enhances time sync with DHCP NTP and custom servers (#625) 2025-07-11 08:04:19 +02:00
udhcpc fix: the screen doesn't dim or turn off 2025-06-03 01:28:14 +02:00
usbgadget chore: fix the base usb configuration (#610) 2025-07-09 23:57:51 +02:00
websecure feat(websecure): add support for ed25519 certificates (#513) 2025-05-25 11:09:58 +02:00