v2fly/proxy/blackhole/config.proto

18 lines
424 B
Protocol Buffer
Raw Normal View History

2016-09-22 10:01:36 +00:00
syntax = "proto3";
2016-09-26 13:14:16 +00:00
package v2ray.core.proxy.blackhole;
2016-12-22 23:24:28 +00:00
option csharp_namespace = "V2Ray.Core.Proxy.Blackhole";
2021-02-16 20:31:50 +00:00
option go_package = "github.com/v2fly/v2ray-core/v4/proxy/blackhole";
2016-09-26 13:14:16 +00:00
option java_package = "com.v2ray.core.proxy.blackhole";
2017-02-03 22:15:10 +00:00
option java_multiple_files = true;
2016-09-22 10:01:36 +00:00
import "common/serial/typed_message.proto";
2016-09-22 10:01:36 +00:00
message NoneResponse {}
2016-09-22 10:01:36 +00:00
message HTTPResponse {}
2016-09-22 10:01:36 +00:00
message Config {
2021-06-19 13:36:54 +00:00
google.protobuf.Any response = 1;
2016-09-22 10:01:36 +00:00
}