gotunnel icon indicating copy to clipboard operation
gotunnel copied to clipboard

https?

Open cfcboy opened this issue 9 years ago • 5 comments

这个支持https吗? 速度比SS快吗?

cfcboy avatar Jul 08 '15 15:07 cfcboy

说明文档里面写的SERVER监听上面是8080,命令行里面是8001,这个是否是错误的?

cfcboy avatar Jul 08 '15 17:07 cfcboy

First, on your server, resart squid to listen on a local port, for example 127.0.0.1:3128. Then start gotunnel server listen on 8080 and use 127.0.0.1:3128 as backend.

$ ./gotunnel -tunnels=0 -listen=:8001 -backend=127.0.0.1:3128 secret="your secret" -log=10

cfcboy avatar Jul 08 '15 17:07 cfcboy

gotunnel只是一个tcp长连接管道,跟ss不是一回事。

cfcboy [email protected]于2015年7月9日周四 上午1:16写道:

First, on your server, resart squid to listen on a local port, for example 127.0.0.1:3128. Then start gotunnel server listen on 8080 and use 127.0.0.1:3128 as backend.

$ ./gotunnel -tunnels=0 -listen=:8001 -backend=127.0.0.1:3128 secret="your secret" -log=10

— Reply to this email directly or view it on GitHub https://github.com/xjdrew/gotunnel/issues/6#issuecomment-119668411.

xjdrew avatar Jul 11 '15 16:07 xjdrew

如果server 是https , 是不是就不需要 这个tunnel 了?

zztczcx avatar Sep 22 '21 04:09 zztczcx

对协议是透明的

xjdrew avatar Oct 28 '21 06:10 xjdrew