mirror of
https://git.vectorsigma.ru/public/headscale.git
synced 2026-07-29 05:07:59 +00:00
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