wulabing / Xray_onekey

Xray 基于 Nginx 的 VLESS + XTLS 一键安装脚本
MIT License
9.27k stars 3.64k forks source link

Deprecate xtls-rprx-direct #445

Closed EdiWang closed 1 year ago

EdiWang commented 1 year ago

xtls-rprx-direct is marked deprecated on https://xtls.github.io/config/outbounds/vless.html#userobject

This script is using xtls-rprx-direct, which produce a warning on latest version (1.7.5) of xray:

2023/02/16 19:00:34 [Warning] infra/conf: You are using an old version of XTLS, which is deprecated now and will be removed soon. Please use flow "xtls-rprx-vision" with "tls & tlsSettings" instead.

Please consider migrate to xtls-rprx-vision

Thanks