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
This commit is contained in:
Aveline
2025-02-17 11:02:28 +01:00
committed by GitHub
parent 5217377175
commit 806792203f
4 changed files with 120 additions and 27 deletions

1
go.mod
View File

@@ -14,6 +14,7 @@ require (
github.com/google/uuid v1.6.0
github.com/gwatts/rootcerts v0.0.0-20240401182218-3ab9db955caf
github.com/hanwen/go-fuse/v2 v2.5.1
github.com/hashicorp/go-envparse v0.1.0
github.com/openstadia/go-usb-gadget v0.0.0-20231115171102-aebd56bbb965
github.com/pion/logging v0.2.2
github.com/pion/mdns/v2 v2.0.7