VLESS inbound: Add option to set default flow (#5023)

Closes https://github.com/XTLS/Xray-core/issues/4994
This commit is contained in:
Jesus
2025-08-16 03:07:33 +04:00
committed by GitHub
parent f557bf7da4
commit aac0d6a6a5
2 changed files with 15 additions and 2 deletions

View File

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