Prepare v2ray client/server transport
This commit is contained in:
12
transport/v2raygrpc/stream.proto
Normal file
12
transport/v2raygrpc/stream.proto
Normal file
@@ -0,0 +1,12 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package transport.v2raygrpc;
|
||||
option go_package = "github.com/sagernet/sing-box/transport/v2raygrpc";
|
||||
|
||||
message Hunk {
|
||||
bytes data = 1;
|
||||
}
|
||||
|
||||
service GunService {
|
||||
rpc Tun (stream Hunk) returns (stream Hunk);
|
||||
}
|
||||
Reference in New Issue
Block a user