mirror of https://github.com/v2ray/v2ray-core
13 lines
215 B
Protocol Buffer
13 lines
215 B
Protocol Buffer
![]() |
syntax = "proto3";
|
||
|
|
||
|
package v2ray.core;
|
||
|
option go_package = "core";
|
||
|
option java_package = "com.v2ray.core";
|
||
|
option java_outer_classname = "ConfigProto";
|
||
|
|
||
|
|
||
|
|
||
|
message InboundConnectionConfig {
|
||
|
string protocol = 1;
|
||
|
|
||
|
}
|