Add v2ray WebSocket transport

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

View File

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