0
0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-08-24 15:38:35 +00:00

refactor: change order for None and XRV.

This commit is contained in:
jesus 2025-08-16 01:44:27 +04:00
parent 171e4476ae
commit 90196e3122

View File

@ -6,6 +6,6 @@
package vless
const (
XRV = "xtls-rprx-vision"
None = "none"
XRV = "xtls-rprx-vision"
)