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

Remove VMess aead option in Quantumult X #538

Merged
merged 4 commits into from
Mar 22, 2023

Conversation

taurusxin
Copy link
Contributor

如同 issue 473所探讨,在进行订阅链接转换时,会自动带上 aead=true 这个选项,QuanX 却没有识别到,但是服务端强制开启 aead,会导致节点连接失败。因为 QuanX 在1.0.27之后会默认自动开启 aead,复现过程与该 issue 完全相同。因此去除了 aead 选项。

使用subconverter v0.7.1-217891f backend时.配置无 aead=true.
quanX会显示aead已启用,且节点正常使用
使用subconverter v0.7.2-ce8d2bd backend时, 配置有aead=true.
quanX不会显示aead已启用,如服务端强制aead时, 节点将无法使用

@taurusxin
Copy link
Contributor Author

或者换一种思路,判断 alterid=0时不加上aead=true,非 0 才加 aead=false

@tindy2013 tindy2013 merged commit a60551a into tindy2013:master Mar 22, 2023
kadaliao pushed a commit to kadaliao/subconverter that referenced this pull request Mar 28, 2023
* Remove VMess aead option in Quantumult X

* Only add aead option in QuanX when alterid=0
nftbty pushed a commit to nftbty/subconverter that referenced this pull request Oct 10, 2023
* Remove VMess aead option in Quantumult X

* Only add aead option in QuanX when alterid=0
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

Successfully merging this pull request may close these issues.

2 participants