[PR #795] [MERGED] support lb #4259

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/795
Author: @fatedier
Created: 5/26/2018
Status: Merged
Merged: 5/26/2018
Merged by: @fatedier

Base: devHead: lb


📝 Commits (4)

📊 Changes

14 files changed (+451 additions, -54 deletions)

View changed files

📝 README.md (+27 -1)
📝 README_zh.md (+29 -3)
📝 conf/frpc_full.ini (+5 -1)
📝 models/config/proxy.go (+14 -3)
📝 models/msg/msg.go (+2 -0)
server/group/group.go (+25 -0)
server/group/tcp.go (+200 -0)
📝 server/ports/ports.go (+1 -1)
📝 server/proxy.go (+37 -18)
📝 server/service.go (+21 -15)
📝 tests/conf/auto_test_frpc.ini (+16 -0)
📝 tests/echo_server.go (+40 -0)
📝 tests/func_test.go (+29 -4)
📝 utils/vhost/router.go (+5 -8)

📄 Description

No description provided


🔄 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/795 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 5/26/2018 **Status:** ✅ Merged **Merged:** 5/26/2018 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `lb` --- ### 📝 Commits (4) - [`b9f062b`](https://github.com/fatedier/frp/commit/b9f062bef249c5802b0fcf7525e9a672235517c0) support lb - [`f56b49a`](https://github.com/fatedier/frp/commit/f56b49ad3b45b59d897a562c6c4f5b7b69c8d48b) new feature: load balancing for tcp proxy - [`495b577`](https://github.com/fatedier/frp/commit/495b577819596836287faed2c5d985b1f40c6684) update group ci - [`102408d`](https://github.com/fatedier/frp/commit/102408d37fd7e7431054b01b1bd1b5cc2165f821) doc: load balancing ### 📊 Changes **14 files changed** (+451 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+27 -1) 📝 `README_zh.md` (+29 -3) 📝 `conf/frpc_full.ini` (+5 -1) 📝 `models/config/proxy.go` (+14 -3) 📝 `models/msg/msg.go` (+2 -0) ➕ `server/group/group.go` (+25 -0) ➕ `server/group/tcp.go` (+200 -0) 📝 `server/ports/ports.go` (+1 -1) 📝 `server/proxy.go` (+37 -18) 📝 `server/service.go` (+21 -15) 📝 `tests/conf/auto_test_frpc.ini` (+16 -0) 📝 `tests/echo_server.go` (+40 -0) 📝 `tests/func_test.go` (+29 -4) 📝 `utils/vhost/router.go` (+5 -8) </details> ### 📄 Description _No description provided_ --- <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:38:41 -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#4259
No description provided.