You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
v2ray-core/proxy/blackhole/config.proto

19 lines
368 B

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