ginuerzh / gost

GO Simple Tunnel - a simple tunnel written in golang
MIT License
15.49k stars 2.43k forks source link

使用问题 #811

Closed hktalent closed 2 years ago

hktalent commented 2 years ago

场景一 A、B都是在内网 C 在互联网VPS服务器(myvps.com) 目标: 在A机器上,通过C转发,访问到C的网段

1、C启动 ./gost-linux-amd64 -L="socks5://0.0.0.0:3000?auth=xxxxx=="

2、B上启动 gost-windows-amd64.exe -L=:3000?auth=xxxxx== -F=socks5://myvps.com:3000?auth=xxxxx==

3、A上启动 ./gost-darwin-amd64 -L="rtcp://:1086/myvps.com:3000?auth=xxxxx =="

问题 A本地设置代理1086后,无法访问到B

文档看了半天没有看明白