Prepare v2ray client/server transport

This commit is contained in:
世界 2022-08-22 18:53:47 +08:00
parent 6253e2e24c
commit 082872b2f3
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
27 changed files with 1490 additions and 74 deletions

5
constant/v2ray.go Normal file
View file

@ -0,0 +1,5 @@
package constant
const (
V2RayTransportTypeGRPC = "grpc"
)