Commit Graph

7 Commits

Author SHA1 Message Date
JackTheRooster 584e7939ad ran go mod tidy 2025-03-04 18:31:13 -06:00
JackTheRooster 68a1b152f7 added button to set device name
dns and device name now appears in json rpc response
dns name appears on UI
2025-03-03 23:03:11 -06:00
JackTheRooster fa01d7c828 added slug dependency
device name slugified to dns name when set
2025-03-02 21:26:56 -06:00
Aveline 806792203f
feat(ntp): add delay between sync attempts and support NTP servers from DHCP (#162)
* feat(ntp): use ntp server from dhcp info

* feat(ntp): use ntp server from dhcp info

* feat(ntp): add delay between time sync attempts

* chore(ntp): more logging
2025-02-17 11:02:28 +01:00
Andrew 951173ba19
Restart mDNS every time the connection information changes (#155) 2025-02-13 18:10:47 +01:00
Cameron Fleming 2a99c2db9d
fix(net): stop dhcp client and release all v4 addr on linkdown (#16)
This commit fixes jetkvm/kvm#12 by disabling the udhcpc client when the
link goes down, it then removes all the active IPv4 addresses from the
deivce.

Once the link comes back up, it re-activates the udhcpc client so it can
fetch a new IPv4 address for the device.

This doesn't make any changes to the IPv6 side of things yet.
2025-02-13 15:41:10 +01:00
Adam Shiervani 20780b65db Release 202412292127 2024-12-29 21:27:42 +01:00