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

Add support for Proxy Protocol #145

Open
ColinHebert opened this issue Nov 25, 2024 · 0 comments
Open

Add support for Proxy Protocol #145

ColinHebert opened this issue Nov 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ColinHebert
Copy link

If the connection to endlessh is done via a proxy (say Traefik over TCP), the IP detected will be the one of the proxy.

Fortunately, the Proxy Protocol allows to pass some additional headers in TCP to track the original IP address.

Here's an example of why Proxy Protocol can be helpful.

This is a fairly popular wrapper which allows the use of Proxy Protocol

@shizunge shizunge added the enhancement New feature or request label Nov 25, 2024
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

No branches or pull requests

2 participants