Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

server: infer advertise address from listen address #109

Merged
merged 1 commit into from
Jun 29, 2024

Conversation

andydunstall
Copy link
Owner

Updates the server to infer the advertise address from the address being listened on rather than the configured bind address.

This means you can configure port '0' to assign a system port, then the advertise address is infered from the assigned port.

Updates the server to infer the advertise address from the address being
listened on rather than the configured bind address.

This means you can configure port '0' to assign a system port, then the
advertise address is infered from the assigned port.
@andydunstall andydunstall merged commit 82f86b4 into main Jun 29, 2024
3 checks passed
@andydunstall andydunstall deleted the move-advertise-addr branch June 29, 2024 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant