[PR #5122] [CLOSED] feat: xtcp support proxy protocol #5138

Closed
opened 2026-05-05 14:55:24 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/5122
Author: @fatelei
Created: 1/11/2026
Status: Closed

Base: devHead: xtcp_proxy_protocol


📝 Commits (5)

📊 Changes

6 files changed (+314 additions, -1 deletions)

View changed files

📝 client/proxy/proxy.go (+19 -1)
client/proxy/xtcp_proxyproto_test.go (+105 -0)
📝 client/visitor/xtcp.go (+1 -0)
pkg/util/net/prepend.go (+49 -0)
pkg/util/net/xtcpmeta.go (+78 -0)
pkg/util/net/xtcpmeta_test.go (+62 -0)

📄 Description

resolve issue https://github.com/fatedier/frp/issues/2748


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fatedier/frp/pull/5122 **Author:** [@fatelei](https://github.com/fatelei) **Created:** 1/11/2026 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `xtcp_proxy_protocol` --- ### 📝 Commits (5) - [`af6bc63`](https://github.com/fatedier/frp/commit/af6bc6369dffa261a1b45c4b3405f9be4ea996e0) Merge pull request #4849 from fatedier/dev - [`22ae816`](https://github.com/fatedier/frp/commit/22ae8166d31d39e09fe2d06f82d23b4433c49a33) Merge pull request #4925 from fatedier/dev - [`2f5e1f7`](https://github.com/fatedier/frp/commit/2f5e1f79457b5e9d769f2ac063443b62640185a9) Merge pull request #4999 from fatedier/dev - [`a1348cd`](https://github.com/fatedier/frp/commit/a1348cdf00e938a3b5075a75e340f1ed003af9b7) bump version (#5112) - [`b32353f`](https://github.com/fatedier/frp/commit/b32353f9fa30c0d49c31d7785b3e05baee28c4ae) feat: xtcp support proxy protocol ### 📊 Changes **6 files changed** (+314 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `client/proxy/proxy.go` (+19 -1) ➕ `client/proxy/xtcp_proxyproto_test.go` (+105 -0) 📝 `client/visitor/xtcp.go` (+1 -0) ➕ `pkg/util/net/prepend.go` (+49 -0) ➕ `pkg/util/net/xtcpmeta.go` (+78 -0) ➕ `pkg/util/net/xtcpmeta_test.go` (+62 -0) </details> ### 📄 Description resolve issue https://github.com/fatedier/frp/issues/2748 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:55:24 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#5138
No description provided.