NATBypass icon indicating copy to clipboard operation
NATBypass copied to clipboard

一款lcx在golang下的实现, 可用于内网穿透, 建立TCP反弹隧道用以绕过防火墙入站限制等, This tool is used to establish reverse tunnel in NAT network environment, it can bypass firewall inbound restriction,...

Results 10 NATBypass issues
Sort by recently updated
recently updated
newest added

请问可以支持多个端口转发么

nb -slave 127.0.0.1:3389 www.baidu.com:5000

enhancement

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

enhancement

nb -listen 1234 提示nb command not found

我输入了这样一条命令: nb.exe -slave 172.16.0.71:3389 47.92.248.25:8899 结果出来了这个 should be a string like [ip:por] 是不是写的时候IP的匹配出了问题

报错如下: panic: runtime error: index out of range goroutine 1 [running]: main.main() D:/golang/GOPATH/src/github.com/cw1997/lcx/nb.go:52 +0x986

我想把内网发到有公网IP的外网,如何操作?比如公网IP 8.8.8.8 端口 88 内网端口 192.168.12.2 端口 8990? 都是什么命令?

./nb -slave 172.16.17.173:3389 www.example.com:3390 2018/08/28 22:35:00.501433 [x] ip error

我在阿里云装个服务比如nginx 在内网穿透到阿里云,用户访问阿里云特定端口就可以访问到我?怎么架构

加了heatbeat心跳机制后 , 还需要加mux协议, 这样才能彻底解决 , 感知tcp健康状态,的问题 https://github.com/xtaci/smux 可以参考下这2个开源项目: https://github.com/fatedier/frp https://github.com/snail007/goproxy 这2个都加了mux协议了