mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #795] [MERGED] support lb #4259
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#4259
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
dev← Head:lb📝 Commits (4)
b9f062bsupport lbf56b49anew feature: load balancing for tcp proxy495b577update group ci102408ddoc: load balancing📊 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.