feat: Support VLESS XTLS Vision (#406)

This commit is contained in:
Hellojack
2023-02-25 13:12:19 +08:00
committed by wwqgtxx
parent 5bfad04b41
commit 81722610d5
7 changed files with 477 additions and 43 deletions

View File

@ -12,6 +12,7 @@ const (
XRO = "xtls-rprx-origin"
XRD = "xtls-rprx-direct"
XRS = "xtls-rprx-splice"
XRV = "xtls-rprx-vision"
Version byte = 0 // protocol version. preview version is 0
)