【BUG】在使用cloudflare cdn,配合nginx做域前置的情况下,使用websocket协议的rem崩溃 · Issue #5 · chainreactors/rem-community · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
如题,rem 使用了开启 ws 协议的版本(将
runner/index.go
文件中websocket
部分的注释撤销)编译参数
CGO_ENABLED=0 GOARCH=amd64 GOOS=linux go build -ldflags "-w -s" -trimpath .
在使用cloudflare cdn,配合nginx做域前置的情况下,使用websocket协议的rem做反向代理(或者按入门教程的说法:级联),程序崩溃。
服务端(console)报错
报错日志
用户端(user)报错
报错日志
nginx 配置
注:相同nginx配置下,使用v2ray搭建代理不存在问题
nginx 配置
被控端(client)
由于 user 未与 console 连接成功,故暂未测试 client 与 console 直接是否可以连接。
The text was updated successfully, but these errors were encountered: