Files
headscale/cmd/headscale
Kristoffer Dalby 5176dd23a9 cmd/headscale: wait for the local socket while the server starts
A CLI command issued right after startup can beat headscale to binding
its unix socket. Retry the dial until the CLI timeout, matching the old
blocking gRPC dial, instead of failing on a missing socket file.
2026-06-19 05:58:10 +00:00
..