mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4532] 服务端限速 #3580
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#3580
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 @pilgrimage233 on GitHub (Nov 12, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4532
Describe the feature request
请问服务端可以直接对客户端建立的通道端口进行限速吗,我不想要客户端限速,我想直接在服务端就能控制各个端口之间的速率
Describe alternatives you've considered
No response
Affected area
@anhao commented on GitHub (Nov 13, 2024):
通过服务端插件就可以实现, https://gofrp.org/zh-cn/docs/features/common/server-plugin/
NewProxy 时修改响应参数
@pilgrimage233 commented on GitHub (Nov 13, 2024):
抱歉,我实在没怎么看懂,我是运行在openwrt的FRPS插件,这个配置和官方还不太一样
config frps 'main'
option server 'frps'
option client_file '/usr/bin/frps'
option bind_port '7000'
option tcp_mux 'true'
是以这种形式的,如果要配置限速可以直接在上面加 option bandwidth_limit 吗?
@fatedier commented on GitHub (Nov 20, 2024):
其他平台的相关插件、模块,如果不是正常的方式运行,你应该在对应的平台、论坛寻求帮助。