We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
服务端centos系统,客户端linux下使用正常,windows下一直报连接超时,试了win10,win7,server2012都是同样的报错。 服务端:spp -type server -proto tcp -listen :8888 -proto ricmp -listen 0.0.0.0 客户端:spp -name "test" -type proxy_client -server vps -fromaddr :8081 -toaddr :8999 -proxyproto tcp -proto ricmp 报错:[ERROR] [2021-07-01T21:46:22.6640146+08:00] [client.go:111] [github.com/esrrhs/go-engine/src/proxy.(*Client).connect] connect Dial fail: vps connect timeout
望解答!
The text was updated successfully, but these errors were encountered:
windows下以管理员权限启动试试看
Sorry, something went wrong.
No branches or pull requests
服务端centos系统,客户端linux下使用正常,windows下一直报连接超时,试了win10,win7,server2012都是同样的报错。
服务端:spp -type server -proto tcp -listen :8888 -proto ricmp -listen 0.0.0.0
客户端:spp -name "test" -type proxy_client -server vps -fromaddr :8081 -toaddr :8999 -proxyproto tcp -proto ricmp
报错:[ERROR] [2021-07-01T21:46:22.6640146+08:00] [client.go:111] [github.com/esrrhs/go-engine/src/proxy.(*Client).connect] connect Dial fail: vps connect timeout
望解答!
The text was updated successfully, but these errors were encountered: