Add v2ray WebSocket transport

This commit is contained in:
世界
2022-08-22 20:20:56 +08:00
parent 082872b2f3
commit 77c98fd042
13 changed files with 475 additions and 53 deletions

View File

@@ -1,5 +1,6 @@
package constant
const (
V2RayTransportTypeGRPC = "grpc"
V2RayTransportTypeGRPC = "grpc"
V2RayTransportTypeWebsocket = "ws"
)