gotunnel
gotunnel copied to clipboard
https?
这个支持https吗? 速度比SS快吗?
说明文档里面写的SERVER监听上面是8080,命令行里面是8001,这个是否是错误的?
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
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.
如果server 是https , 是不是就不需要 这个tunnel 了?
对协议是透明的