main.go aktualisiert
All checks were successful
build-binaries / build (, arm, 7, linux) (push) Has been skipped
build-binaries / build (, amd64, linux) (push) Has been skipped
build-binaries / build (, arm64, linux) (push) Has been skipped
build-binaries / build (.exe, amd64, windows) (push) Has been skipped
build-binaries / release (push) Has been skipped
release-tag / release-image (push) Successful in 2m18s

This commit is contained in:
2025-10-31 10:52:58 +00:00
parent ce3d1cef4e
commit 1939136471

View File

@@ -214,7 +214,7 @@ func enabled(k string, def bool) bool {
} }
func DhcpHelperFunc(xHostname string, xDUIDs []string, xIAIDs []uint32) []payloadHelper { func DhcpHelperFunc(xHostname string, xDUIDs []string, xIAIDs []uint32) []payloadHelper {
Ipv4Octets, _ := octetsRaw(defaultIP) // evtl. pageIP nehmen? Ipv4Octets, _ := octetsRaw(pageIP) // evtl. pageIP nehmen?
rHostname := []rune(xHostname) rHostname := []rune(xHostname)
if len(rHostname) < 6 { // 2+4 if len(rHostname) < 6 { // 2+4