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

Support Haproxy PROXY protocol v1 (human-readable) for outgoing connections #10

Closed
ggrandes opened this issue Dec 5, 2014 · 1 comment
Assignees

Comments

@ggrandes
Copy link
Owner

ggrandes commented Dec 5, 2014

The PROXY protocol provides a convenient way to safely transport connection information such as a client's address across multiple layers of NAT or TCP proxies.

Overview of format (v1):

"PROXY <TCP4|TCP6> \r\n"
"PROXY TCP4 255.255.255.255 255.255.255.255 65535 65535\r\n"

Full specification: PROXY protocol v1 & v2

@ggrandes ggrandes self-assigned this Dec 5, 2014
@ggrandes ggrandes changed the title Support Haproxy PROXY protocol v1 (text) Support Haproxy PROXY protocol v1 (text) for outgoing connections Dec 5, 2014
@ggrandes ggrandes changed the title Support Haproxy PROXY protocol v1 (text) for outgoing connections Support Haproxy PROXY protocol v1 for outgoing connections Dec 5, 2014
@ggrandes ggrandes changed the title Support Haproxy PROXY protocol v1 for outgoing connections Support Haproxy PROXY protocol v1 (human-readable) for outgoing connections Dec 5, 2014
@ggrandes
Copy link
Owner Author

ggrandes commented Dec 6, 2014

Support module for Apache 2.2 mod_myfixip.c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant