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

最新版本转换vmess时alterId被错误转换为16进制数 #325

Closed
zhongfly opened this issue Mar 24, 2021 · 1 comment
Closed

最新版本转换vmess时alterId被错误转换为16进制数 #325

zhongfly opened this issue Mar 24, 2021 · 1 comment

Comments

@zhongfly
Copy link
Contributor

zhongfly commented Mar 24, 2021

原始订阅如下:

  -
    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

@zhongfly zhongfly changed the title 最新版本转换VMESS代理后alterId被错误转换为16进制数 最新版本转换vmess时alterId被错误转换为16进制数 Mar 24, 2021
@zfh18
Copy link

zfh18 commented Mar 24, 2021

同样问题

tindy2013 added a commit that referenced this issue Mar 24, 2021
Fix wrong type of alterId in Clash VMess nodes (#325).
Fix broken parsing of ShadowsocksR subscription.
Fix possible crash when running scripts.
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

2 participants