mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #1495] [MERGED] support bandwith limit for one proxy #4398
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#4398
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/1495
Author: @fatedier
Created: 11/2/2019
Status: ✅ Merged
Merged: 11/8/2019
Merged by: @fatedier
Base:
dev← Head:new📝 Commits (2)
6da093asupport bandwith limit for one proxy42425d8update vendor files📊 Changes
14 files changed (+719 additions, -13 deletions)
View changed files
📝
client/proxy/proxy.go(+32 -10)📝
conf/frpc_full.ini(+2 -0)📝
go.mod(+1 -0)📝
go.sum(+2 -0)📝
models/config/proxy.go(+14 -3)➕
models/config/types.go(+100 -0)➕
utils/limit/reader.go(+51 -0)➕
utils/limit/writer.go(+60 -0)➕
vendor/golang.org/x/time/AUTHORS(+3 -0)➕
vendor/golang.org/x/time/CONTRIBUTORS(+3 -0)➕
vendor/golang.org/x/time/LICENSE(+27 -0)➕
vendor/golang.org/x/time/PATENTS(+22 -0)➕
vendor/golang.org/x/time/rate/rate.go(+400 -0)📝
vendor/modules.txt(+2 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.