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

feature request: PROXY protocol support #93

Open
slingamn opened this issue Aug 26, 2024 · 4 comments
Open

feature request: PROXY protocol support #93

slingamn opened this issue Aug 26, 2024 · 4 comments

Comments

@slingamn
Copy link

HAProxy's PROXY protocol is a de facto standard for passing client IP information through a reverse proxy. From a support thread, playit.gg users seem interested in using it with SpigotMC/BungeeCord, a popular Minecraft implementation that supports it. I maintain an ircd implementation and got some interest in it as well: ergochat/ergo#2188

I looked a little at playit-agent to see how this might be implemented. It sounds like the per-tunnel configuration lives on the server side? So it seems like the natural implementation might be purely server-side: the user gets a checkbox to select whether to enable the PROXY protocol, and then the server simply sends the PROXY header as the initial data on the proxied TCP connection.

Thanks very much for your time.

@loriopatrick
Copy link
Contributor

@slingamn do you know what’s up with all the spam comments? Looks really sus. I’m going to delete them.

@playit-cloud playit-cloud deleted a comment Aug 26, 2024
@loriopatrick
Copy link
Contributor

This is something I would like to add, I have an early branch started locally and someone from our Discord has also been tackling an early implementation.

@slingamn
Copy link
Author

Very cool! (Yeah, no clue about the spam comments, I assume these are bots trying to trick people into installing malware.)

@aikooo7
Copy link

aikooo7 commented Oct 12, 2024

Any progress?

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

No branches or pull requests

7 participants
@slingamn @loriopatrick @aikooo7 and others