mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3085] [Feature Request] can add bandwidth_limit in server side #2470
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#2470
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?
Originally created by @freshgeek on GitHub (Sep 1, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/3085
Describe the feature request
[Feature Request] can add bandwidth_limit in server side
add bandwidth_limit in client side is not useful, client is not controlled
Describe alternatives you've considered
No response
Affected area
@Becods commented on GitHub (Sep 1, 2022):
Not currently supported on the server side.
You can try other customization version.
Or develop your own plugin.
Maybe it will be implemented in v2.
@fatedier commented on GitHub (Sep 9, 2022):
An optional method it the server plugin to override proxy
bandwidth_limitin frps.@github-actions[bot] commented on GitHub (Oct 10, 2022):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.
@cbodonnell commented on GitHub (Jan 26, 2023):
Opened https://github.com/fatedier/frp/pull/3271 to support setting
bandwidth_limitfrom a server plugin. This allows the server to control the limit for each proxy.@tecufanujacu commented on GitHub (Sep 28, 2024):
Is it possible to receive a little help? I'm trying to do this from several days, I'm trying to understand how, I studied the server plugin documentation and I'm also trying to understand how available server plugins works. for example I undesrtood how fp-multiuser do the check but I don't understand how to override bandwidth_limit with a server plugin. Unfortunalty I'm failing.