You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(satellite): derive advertised endpoint from --listen port
Previously hardcoded :7000, so changing --listen alone left the
advertised endpoint pointing at the old port — controller dialed
back at the old port and got connection refused.
Pull the port from --listen at startup. Operators can still override
explicitly via --advertised-endpoint when the satellite is behind a
proxy / NAT.
Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
0 commit comments