mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 20:37:37 +03:00
6 lines
102 B
Go
6 lines
102 B
Go
package constant
|
|
|
|
const (
|
|
V2RayTransportTypeGRPC = "grpc"
|
|
V2RayTransportTypeWebsocket = "ws"
|
|
)
|