Skip to content
New issue

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

无法解析新版Clash订阅配置文件中的Vmess协议的ws-opts项 #172

Closed
neoblackxt opened this issue Aug 15, 2022 · 0 comments
Closed

Comments

@neoblackxt
Copy link

旧版的配置举例
- {name: Anycast|**, server: a***.***.com, port: 11111, type: vmess, uuid: *****-*****-*****-*****-***********, alterId: 2, cipher: auto, tls: true, skip-cert-verify: true, network: ws, ws-path: /******/, ws-headers: {Host: ***.*****.com}, udp: true}
新版的配置举例
- {name: Anycast|**, server: a***.***.com, port: 11111, type: vmess, uuid: *****-*****-*****-*****-***********, alterId: 2, cipher: auto, tls: true, skip-cert-verify: true, network: ws, ws-opts: {path: /******/, headers: {Host: ***.*****.com}}, udp: true}

使用SubConverter中的new_name参数可以转换新旧版

参考:Clash配置选项

代码位置:speedtestutil.cpp#L951

@neoblackxt neoblackxt closed this as not planned Won't fix, can't repro, duplicate, stale Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant