SIGN IN SIGN UP
juanfont / headscale UNCLAIMED

An open source, self-hosted implementation of the Tailscale control server

0 0 43 Go

cmd/dev: validate --port fits the derived-port range

dev derives additional ports from --port + offsets (metrics, gRPC,
debug). A --port near uint16 max would overflow silently; add up-front
validation that rejects values that would push derived ports over 65535.

Updates #3157
K
Kristoffer Dalby committed
1a58b77271e437cd8f92001c214182b49e7ceb03
Parent: 427b2f1