YtFlow / Maple

A lightweight Universal Windows proxy app based on https://github.com/eycorsican/leaf
Apache License 2.0
1.19k stars 121 forks source link

VMessAEAD问题 #41

Closed tongxiangzheng closed 1 year ago

tongxiangzheng commented 1 year ago

尝试用Maple的vmess协议连接节点出现问题,查看节点的log显示如下信息

2023/02/24 22:22:49 ****(ip)**** rejected  common/drain: common/drain: drained connection > proxy/vmess/encoding: invalid user: VMessAEAD is enforced and a non VMessAEAD connection is received. You can still disable this security feature with environment variable v2ray.vmess.aead.forced = false . You will not be able to enable legacy header workaround in the future.

原因应该是较新的vmess由于“禁用对于 MD5 认证信息 的兼容”要将AlterId设为0,但是似乎没有办法在Maple中进行这样的设置,可以添加对新版本vmess协议的支持吗

bdbai commented 1 year ago

https://github.com/YtFlow/Maple/issues/35#issuecomment-1328299600

Leaf 那边应该还没有 VMessAEAD 支持。