Möbius

Results 3 issues of Möbius

使用新的流控搭配PROXY protocol,会导致网页报错ERR_SSL_VERSION_OR_CHIPPER_MISMATCH. 本人使用nginx做4层TCP基于SNI的分流,对进站流量开启了proxy protocol. 当配置文件将"acceptProxyProtocol":设置为true时, 测速,icmp测试没问题.但测试真链接延迟时提示:SSL或TLS链接未建立, 使用浏览网页会报错:ERR_SSL_VERSION_OR_CHIPPER_MISMATCH. 以下为服务端配置文件节选: ``` "transport":{ "tcpSettings":{ "acceptProxyProtocol": true, "header": { "type": "none" } } }, "inbounds": [ { "listen": "127.0.0.1", "port": xxxxx, "protocol": "vless", "settings":...

### 预期情况 二级菜单,包括右键点击线路,设置,订阅分组等正常打开 ### 实际情况 二级菜单,包括右键点击线路,设置,订阅分组等均无法正常打开 ### 复现方法 正常开机就会出现此问题。并未进行任何操作 ### 日志信息 ``` 2023-06-14 00:14:57.1585-INFO Current_SessionEnding 2023-06-14 00:14:57.2171-INFO MyAppExit Begin 2023-06-14 00:14:57.4167-INFO MyAppExit End 2023-06-14 10:57:36.2732-INFO v2rayN start up | v2rayN...

bug

cloudflare tunnel and ngork just provide a springboard server about ssh, what is the difference between this and using SSH to connect to code-server directly? And there is a part...

docs
help-wanted