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

Re-Enable Host Config #103

Merged
merged 1 commit into from
Nov 30, 2024
Merged

Re-Enable Host Config #103

merged 1 commit into from
Nov 30, 2024

Conversation

SentryMan
Copy link
Collaborator

the host config will configure the InetAddress

@SentryMan SentryMan added the enhancement New feature or request label Nov 30, 2024
@SentryMan SentryMan self-assigned this Nov 30, 2024
@SentryMan SentryMan merged commit 818e919 into avaje:master Nov 30, 2024
4 checks passed
@SentryMan SentryMan deleted the host branch November 30, 2024 15:53
final var port = new InetSocketAddress(config.port());
final var port = config.port();
final var host = InetAddress.getByName(config.host());
final var socket = new InetSocketAddress(host, config.port());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't the same. Any local address vs the loopback address ... I think this isn't right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants