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
之前一直用的挺好。最近出现proxy/vmess/encoding: invalid user: VMessAEAD is enforced 重新拉取最新版本也是提示这个。 查了一下,据说2022 年 1 月 1 日起,服务器端将默认禁用对于 MD5 认证信息 的兼容,v2ray.service文件中配置环境变量Environment='V2RAY_VMESS_AEAD_FORCED=false'可以解决。 但是teddysun/v2ray这个容器里边怎么修改,不会。也找不到/etc/systemd/system/v2ray.service这个文件。 我一般都是直接docker run -d --name v2ray2 -p 35000:35000 -v /mnt/user/appdata/v2ray2:/etc/v2ray --restart always teddysun/v2ray进行部署。请求帮助!
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
https://www.v2fly.org/config/protocols/vmess.html
v2ray客户端搞好了。之前是路由规则没有设置全局。只是Bifrostv手机客户端没办法,看来是版本太低,最新的也是19年的了
Kitsunebi客户端也是显示VMessAEAD is enforced,目前只有v2ray客户端可以用。
No branches or pull requests
之前一直用的挺好。最近出现proxy/vmess/encoding: invalid user: VMessAEAD is enforced
重新拉取最新版本也是提示这个。
查了一下,据说2022 年 1 月 1 日起,服务器端将默认禁用对于 MD5 认证信息 的兼容,v2ray.service文件中配置环境变量Environment='V2RAY_VMESS_AEAD_FORCED=false'可以解决。
但是teddysun/v2ray这个容器里边怎么修改,不会。也找不到/etc/systemd/system/v2ray.service这个文件。
我一般都是直接docker run -d --name v2ray2 -p 35000:35000 -v /mnt/user/appdata/v2ray2:/etc/v2ray --restart always teddysun/v2ray进行部署。请求帮助!
The text was updated successfully, but these errors were encountered: