mirror of
https://github.com/v2ray/v2ray-core.git
synced 2024-04-21 12:31:52 +00:00
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;
|
|
|
|
} |