mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4322] [Feature Request] 服务器可以主动断开某个客户端或者某个代理和服务器的链接吗 #3410
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#3410
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 @adminxy on GitHub (Jul 8, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4322
Describe the feature request
服务器可以主动断开某个客户端或者某个代理和服务器的链接吗,frps有提供相应的方法或者api么,或者服务器插件可以实现吗?或者有其他办法可以实现这个功能吗,在不影响其他链接的情况下
我要实现的是
例如:frps启动后,1001,1002,1003端口都有客户端链接,我想在不影响1001,1002 正常的链接和使用的情况下,frps主动断开1003的链接
frps有相关接口或者方法可以,让外部程序控制frps断开指定端口的链接吗
Describe alternatives you've considered
No response
Affected area
@xqzr commented on GitHub (Jul 8, 2024):
https://gofrp.org/zh-cn/docs/features/common/server-plugin/#ping
@adminxy commented on GitHub (Jul 9, 2024):
可以麻烦您详细说下吗,这个不是客户端的心跳么,我不太理解,我要实现的是,比如frps启动后,1001,1002,1003端口都有客户端链接,我想在不影响1001,1002 正常的链接和使用的情况下,服务器主动断开1003的链接
frps有相关接口或者方法可以,让外部程序控制frps断开指定端口的链接吗
@Developer024 commented on GitHub (Jul 9, 2024):
#4326 可以看下这个issue提供的思路
@adminxy commented on GitHub (Jul 10, 2024):
感谢,我看下
@wuai1024 commented on GitHub (Jul 11, 2024):
这个跟 流量速率限制一样,都是需要修改客户端,用处感觉不大。还是需要
frps服务端上支持这样的功能才比较方便。