Fix Wake-on-LAN: Implement custom WOL with OS-specific broadcast support

This commit is contained in:
2025-08-21 14:15:15 +02:00
parent 0f317d4c9e
commit 4a56cbd310
4 changed files with 209 additions and 54 deletions

2
go.mod
View File

@ -4,6 +4,7 @@ go 1.21
require (
github.com/gin-gonic/gin v1.9.1
golang.org/x/sys v0.9.0
modernc.org/sqlite v1.28.0
)
@ -33,7 +34,6 @@ require (
golang.org/x/crypto v0.9.0 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/sys v0.9.0 // indirect
golang.org/x/text v0.9.0 // indirect
golang.org/x/tools v0.6.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect