fatedier / frp

A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
Apache License 2.0
86.18k stars 13.33k forks source link

[Feature Request] 服务器可以主动断开某个客户端或者某个代理和服务器的链接吗 #4322

Closed adminxy closed 3 months ago

adminxy commented 4 months ago

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 4 months ago

https://gofrp.org/zh-cn/docs/features/common/server-plugin/#ping

adminxy commented 4 months ago

https://gofrp.org/zh-cn/docs/features/common/server-plugin/#ping

可以麻烦您详细说下吗,这个不是客户端的心跳么,我不太理解,我要实现的是,比如frps启动后,1001,1002,1003端口都有客户端链接,我想在不影响1001,1002 正常的链接和使用的情况下,服务器主动断开1003的链接

frps有相关接口或者方法可以,让外部程序控制frps断开指定端口的链接吗

Developer024 commented 4 months ago

4326 可以看下这个issue提供的思路

adminxy commented 4 months ago

4326 可以看下这个issue提供的思路

感谢,我看下

wuai1024 commented 4 months ago

4326 可以看下这个issue提供的思路

这个跟 流量速率限制一样,都是需要修改客户端,用处感觉不大。还是需要frps服务端上支持这样的功能才比较方便。