8000
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
Describe the bug
To Reproduce Steps to reproduce the behavior: 关键信息进行隐藏了
[server.transport] type = "websocket" [server.transport.websocket] tls = false
[server.services.unas] bind_addr = "0.0.0.0:5666"
2 把2333端口套上cf 通过https://aaa.com访问 3. 客户端配置文件[client] remote_addr = "aaa.com" default_token = "xxxxxx"
[client.transport] type = "websocket" [client.transport.websocket] tls = false
[client.services.unas] local_addr = "127.0.0.1:5666"
无论设置上面的tls true or false都是无法连接,不要问我为啥这么做 国外的vps线路太辣鸡只能套cf
Logs
Environment:
rathole --version
The text was updated successfully, but these errors were encountered:
配置错误,已经配置好了但是速度波动太快
Sorry, something went wrong.
No branches or pull requests
Describe the bug
To Reproduce
Steps to reproduce the behavior:
关键信息进行隐藏了
bind_addr = "0.0.0.0:2333"
default_token = "xxxxx"
[server.transport]
type = "websocket"
[server.transport.websocket]
tls = false
[server.services.unas]
bind_addr = "0.0.0.0:5666"
2 把2333端口套上cf 通过https://aaa.com访问
3. 客户端配置文件[client]
remote_addr = "aaa.com"
default_token = "xxxxxx"
[client.transport]
type = "websocket"
[client.transport.websocket]
tls = false
[client.services.unas]
local_addr = "127.0.0.1:5666"
无论设置上面的tls true or false都是无法连接,不要问我为啥这么做 国外的vps线路太辣鸡只能套cf
Logs
Environment:
rathole --version
output: 最新发布版本@rucciva
wish to support websocket transport #134 (comment)
The text was updated successfully, but these errors were encountered: