Add v2ray HTTP transport
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
package constant
|
||||
|
||||
const (
|
||||
V2RayTransportTypeGRPC = "grpc"
|
||||
V2RayTransportTypeHTTP = "http"
|
||||
V2RayTransportTypeWebsocket = "ws"
|
||||
V2RayTransportTypeQUIC = "quic"
|
||||
V2RayTransportTypeGRPC = "grpc"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user