go-gost / gost

GO Simple Tunnel - a simple tunnel written in golang
https://gost.run
MIT License
4.39k stars 528 forks source link

[功能请求]添加程序级IP可同时访问服务限制 #453

Closed AKEBI-NUKUI closed 7 months ago

AKEBI-NUKUI commented 7 months ago

比如说开了三个端口转发(6000,6001,6002),部署在10.0.0.1上,然后限制单IP可同时访问服务次数为1,则10.0.0.2只可同时访问其中一个端口,假设为6000端口,如果连接了6001或6002则拒绝或io timeout无响应

AKEBI-NUKUI commented 7 months ago

已有解决方案