mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-05-31 08:24:24 +03:00
6 lines
61 B
Go
6 lines
61 B
Go
package constant
|
|
|
|
const (
|
|
V2RayTransportTypeGRPC = "grpc"
|
|
)
|