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
原始订阅如下:
- name: 'HK' type: vmess server: …… port: …… uuid: …… alterId: 16 cipher: auto udp: true network: ws ws-path: /awshk01 ws-headers: Host: ……
转换后,
- {name: "HK", server: ……, port: ……, type: vmess, uuid: ……, alterId: "\x10", cipher: auto, tls: false, network: ws, ws-path: /awshk01, ws-headers: {Host: ……}}
alterId变为十六进制数\x10 同一订阅中alterId原本为2的,转换后变为\x02
The text was updated successfully, but these errors were encountered:
同样问题
Sorry, something went wrong.
Bugs fix
fe20b2d
Fix wrong type of alterId in Clash VMess nodes (#325). Fix broken parsing of ShadowsocksR subscription. Fix possible crash when running scripts.
No branches or pull requests
原始订阅如下:
转换后,
alterId变为十六进制数\x10
同一订阅中alterId原本为2的,转换后变为\x02
The text was updated successfully, but these errors were encountered: