Skip to content

Commit 2f419cc

Browse files
committed
add port
1 parent bc29907 commit 2f419cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internals/server/http.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ func httpHandler(w http.ResponseWriter, req *http.Request) {
9898
"message": "Sending wakeup packets",
9999
})
100100

101-
addr := body.IP
101+
addr := body.IP + ":9"
102102

103103
if body.Addr != "" {
104104
addr = body.Addr

0 commit comments

Comments
 (0)