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

Fix/proxy protocol #862

Merged
merged 4 commits into from
Oct 10, 2024
Merged

Conversation

AlexProgrammerDE
Copy link
Contributor

Fix haproxy not having a working remote address

Netty resolving is removed, if we can't resolve an address, netty can't either. The main difference is that netty may resolve addresses using an incorrect dns server/proxy unlike our code where we keep full control of the dns server and other things used to resolve addresses like users want us to resolve them.

Netty resolving is removed, if we can't resolve an address, netty can't either. The main difference is that netty may resolve addresses using an incorrect dns server/proxy unlike our code where we keep full control of the dns server and other things used to resolve addresses like users want us to resolve them.
@AlexProgrammerDE
Copy link
Contributor Author

nvm about the netty resolving stuff, the PR now uses the old code for haproxy and just cleans up a finally block

@Camotoy Camotoy merged commit fda25b5 into GeyserMC:master Oct 10, 2024
1 check passed
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.

3 participants