Skip to content

Fix #1000: Support Proxy Protocol v2 ? - #1074

Open
victorwon2001 wants to merge 1 commit into
fabiolb:masterfrom
victorwon2001:fix/issue-1000
Open

Fix #1000: Support Proxy Protocol v2 ?#1074
victorwon2001 wants to merge 1 commit into
fabiolb:masterfrom
victorwon2001:fix/issue-1000

Conversation

@victorwon2001

@victorwon2001 victorwon2001 commented Aug 31, 2026

Copy link
Copy Markdown

Fixes #1000

Implementation summary

Added inbound PROXY v2 coverage, fixed parsing before SNI routing, and documented v1/v2 plus AWS NLB usage.

Changes

docs/content/cfg/_index.md                |   2 +-
 docs/content/deploy/amazon-elb.md         |  12 +-
 docs/content/feature/_index.md            |   2 +-
 docs/content/feature/proxy-protocol.md    |  15 +-
 docs/content/quickstart/_index.md         |   2 +-
 docs/content/ref/proxy.addr.md            |   7 +-
 fabio.properties                          |   7 +-
 proxy/inetaf_tcpproxy_integration_test.go |  49 ++++++
 proxy/serve.go                            |  17 +-
 proxy/tcp/tcptest/dialer.go               |  70 ++++++--
 proxy/tcp_integration_test.go             | 269 ++++++++++++++++--------------
 11 files changed, 286 insertions(+), 166 deletions(-)

Testing

Yes. Relevant repository checks passed.

@victorwon2001
victorwon2001 requested a review from a team as a code owner August 31, 2026 18:17
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

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.

Support Proxy Protocol v2 ?

2 participants