Add v2ray WebSocket transport

This commit is contained in:
世界
2022-08-22 22:20:18 +08:00
parent 082872b2f3
commit 77c98fd042
13 changed files with 475 additions and 53 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
package constant
const (
V2RayTransportTypeGRPC = "grpc"
V2RayTransportTypeGRPC = "grpc"
V2RayTransportTypeWebsocket = "ws"
)