Remove VMess aead option in Quantumult X #538
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
如同 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时, 节点将无法使用