-
Notifications
You must be signed in to change notification settings - Fork 188
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
求助:gsnova 0.32版 PC客户端通过Heroku服务端连不上外网,Heroku服务端已部署成功 #77
Comments
核对服务端和客户端两边的key是否一致 |
@devcodewak 多谢!之前在Heroku部署服务端和本地的客户端都改成了我自己的Key,现在改回了默认值,有了一点进展,Proxy Channel:Heroku-websocket 初始化成功了,但PC还是连不上外网。 Log: 2018/03/22 22:15:31 proxy.go:147: Allowed proxy channel with schema:[http http2 https kcp quic ssh tcp tls ws wss] 问题是出在这里吗: 2018/03/22 22:15:36 admin.go:74: Failed to resolve multicast addr. 麻烦帮忙看一下,谢谢! @yinqiwen @UnderCooled |
@lucaskeen channel的name改成Default |
借地方问下, @yinqiwen "StreamIdleTimeout" 这个客户端/服务器是否要设成一样。 |
不用 |
@yinqiwen 终于连通了,多谢! |
@yinqiwen 请教大神,我用的gsnova 0.32, Heroku已经部署好正常工作了,但是PC客户端连不上:
我只改了client.json里面2个地方:
"Mux":{
"MaxStreamWindow": "1024K",
"StreamMinRefresh":"64K"
},
其中 "User": "gsnova" 这一项是原来就有的,我也没在Heroku服务端设置过这一项,保留在客户端配置里不知道有没有影响?
{
"Enable":true,
"Name":"heroku-websocket",
//Allowed server url with schema 'http/http2/https/ws/wss/tcp/tls/quic/kcp/ssh'
//"ServerList":["quic://1.1.1.1:48101"],
"ServerList":["wss://my-gsnova.herokuapp.com"],
//"ServerList":["tcp://127.0.0.1:18080"],
//"ServerList":["ssh://[email protected]:22?key=./PPP"],
我用的SwitchyOmega管理代理,不知道设置对不对:
麻烦大神帮看一下,谢谢!
The text was updated successfully, but these errors were encountered: