1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-02 20:15:24 +00:00
v2fly/proxy/blackhole/config.proto
2016-10-16 00:23:27 +02:00

19 lines
368 B
Protocol Buffer

syntax = "proto3";
package v2ray.core.proxy.blackhole;
option go_package = "blackhole";
option java_package = "com.v2ray.core.proxy.blackhole";
option java_outer_classname = "ConfigProto";
import "v2ray.com/core/common/loader/type.proto";
message NoneResponse {
}
message HTTPResponse {
}
message Config {
v2ray.core.common.loader.TypedSettings response = 1;
}