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
{{ message }}
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.
Describe the bug【描述 bug】
url模式中,ws的path若不给出,则连不上
To Reproduce【如何复现该bug】
#client
./verysimple -L="socks5://0.0.0.0:10800" -D="vlesss://a684455c-b14f-11ea-bf0d-42010aaa0003@127.0.0.1:12345?adv=ws&insecure=true"
#server
./verysimple -L="vlesss://a684455c-b14f-11ea-bf0d-42010aaa0003@127.0.0.1:12345?adv=ws&insecure=true"
时,连不上,给出path后,则正常,如
./verysimple -L="socks5://0.0.0.0:10800" -D="vlesss://a684455c-b14f-11ea-bf0d-42010aaa0003@127.0.0.1:12345/x1?adv=ws&insecure=true"
./verysimple -L="vlesss://a684455c-b14f-11ea-bf0d-42010aaa0003@127.0.0.1:12345/x1?adv=ws&insecure=true"
则可以
Expected behavior【预期的行为】
连上
Envs (please complete the following information):【系统环境】
Mac
Config file 【配置文件,客户端服务端配置都提供】
Debug Log 【Debug日志, 客户端 和 服务端 的 日志 都提供】
服务端:
客户端:
Other 【其他】
【注意,配置文件和客户端服务端配置 太长的话,前后加上三个 `, 如 ```】
The text was updated successfully, but these errors were encountered: