VLESS PREVIEW 1.5

This commit is contained in:
RPRX
2020-08-28 07:51:09 +00:00
committed by GitHub
parent 3ad73fde20
commit 84aaf3a1e3
9 changed files with 374 additions and 406 deletions
+4 -2
View File
@@ -1,5 +1,9 @@
// +build !confonly
package encoding
//go:generate errorgen
import (
"io"
@@ -9,8 +13,6 @@ import (
"v2ray.com/core/proxy/vless"
)
//go:generate errorgen
const (
Version = byte(0)
)