[PR #1765] [MERGED] [Feature] Group TCPMux Proxies #4450

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/1765
Author: @GuyLewin
Created: 4/18/2020
Status: Merged
Merged: 4/20/2020
Merged by: @fatedier

Base: devHead: feature/group-tcpmux


📝 Commits (1)

  • 419e998 feat: group TCP mux proxies

📊 Changes

4 files changed (+253 additions, -28 deletions)

View changed files

📝 server/controller/resource.go (+3 -0)
server/group/tcpmux.go (+218 -0)
📝 server/proxy/tcpmux.go (+12 -11)
📝 server/service.go (+20 -17)

📄 Description

Group TCPMux proxies together (currently only HTTP Connect multiplexer is supported) if configured with group and groupKey. This is useful to load balance multiple proxies with the same domain.


🔄 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/1765 **Author:** [@GuyLewin](https://github.com/GuyLewin) **Created:** 4/18/2020 **Status:** ✅ Merged **Merged:** 4/20/2020 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `feature/group-tcpmux` --- ### 📝 Commits (1) - [`419e998`](https://github.com/fatedier/frp/commit/419e9987d81ae615ff31c987c3392041cc6998eb) feat: group TCP mux proxies ### 📊 Changes **4 files changed** (+253 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `server/controller/resource.go` (+3 -0) ➕ `server/group/tcpmux.go` (+218 -0) 📝 `server/proxy/tcpmux.go` (+12 -11) 📝 `server/service.go` (+20 -17) </details> ### 📄 Description Group TCPMux proxies together (currently only HTTP Connect multiplexer is supported) if configured with `group` and `groupKey`. This is useful to load balance multiple proxies with the same domain. --- <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:42:20 -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#4450
No description provided.