mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1982] 0.33版本stcp模式下,如何设置代理节点上限(总数)? #1576
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#1576
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 @ivanhxq on GitHub (Sep 15, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1982
@blizard863 commented on GitHub (Sep 15, 2020):
没太明白意思, 可以描述的详细点?
@ivanhxq commented on GitHub (Sep 15, 2020):
如图,希望设置Proxy Counts为固定某个数据,或者通过其他方式限制代理节点数量也行。
应用场景:
在有限带宽的frps服务器下,限制frpc 在sctp模式下过多frpc代理节点连接frps,防止过度连接导致frps服务器过载。
@blizard863 commented on GitHub (Sep 15, 2020):
这个需求可以用端口白名单来做。 或者自己根据 frps 的服务端插件,自己去实现。 frps 与 plugin 的通信协议已定,是走 http。 具体你可以看下文档。
@blizard863 commented on GitHub (Sep 15, 2020):
https://github.com/fatedier/frp/issues/1976 @ivanhxq 参考这个。