Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

https? #6

Open
cfcboy opened this issue Jul 8, 2015 · 5 comments
Open

https? #6

cfcboy opened this issue Jul 8, 2015 · 5 comments

Comments

@cfcboy
Copy link

cfcboy commented Jul 8, 2015

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

@cfcboy
Copy link
Author

cfcboy commented Jul 8, 2015

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

@cfcboy
Copy link
Author

cfcboy commented Jul 8, 2015

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

@xjdrew
Copy link
Owner

xjdrew commented Jul 11, 2015

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
#6 (comment).

@zztczcx
Copy link

zztczcx commented Sep 22, 2021

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

@xjdrew
Copy link
Owner

xjdrew commented Oct 28, 2021

对协议是透明的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants