cw1997 / NATBypass

一款lcx在golang下的实现, 可用于内网穿透, 建立TCP反弹隧道用以绕过防火墙入站限制等, This tool is used to establish reverse tunnel in NAT network environment, it can bypass firewall inbound restriction, support all functions of lcx.exe
https://github.com/cw1997/NATBypass
Apache License 2.0
1.1k stars 278 forks source link

感觉只支持一个连接 #8

Open ggbond2077 opened 5 years ago

ggbond2077 commented 5 years ago

如题,使用listen 的时候 能改成多线程的支持同时处理多个连接吗... 现在好像只能处理第一个对上的连接.

zhangzhichaolove commented 4 years ago

是的,我也试了,代码不多可以自己改。