mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-03 20:07:36 +03:00
Prepare v2ray client/server transport
This commit is contained in:
parent
6253e2e24c
commit
082872b2f3
27 changed files with 1490 additions and 74 deletions
5
constant/v2ray.go
Normal file
5
constant/v2ray.go
Normal file
|
@ -0,0 +1,5 @@
|
|||
package constant
|
||||
|
||||
const (
|
||||
V2RayTransportTypeGRPC = "grpc"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue