Add v2ray QUIC transport

This commit is contained in:
世界
2022-08-22 21:20:05 +08:00
parent ebc3c54618
commit 192c360801
22 changed files with 336 additions and 25 deletions

View File

@@ -3,4 +3,5 @@ package constant
const (
V2RayTransportTypeGRPC = "grpc"
V2RayTransportTypeWebsocket = "ws"
V2RayTransportTypeQUIC = "quic"
)