1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-11 18:30:43 +00:00

added implementation registration for stats

This commit is contained in:
Shelikhoo 2021-09-06 14:02:00 +01:00
parent 3bab114fe0
commit 78ef0c89b5
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316

View File

@ -6,7 +6,12 @@ option go_package = "github.com/v2fly/v2ray-core/v4/app/stats";
option java_package = "com.v2ray.core.app.stats";
option java_multiple_files = true;
message Config {}
import "common/protoext/extensions.proto";
message Config {
option (v2ray.core.common.protoext.message_opt).type = "service";
option (v2ray.core.common.protoext.message_opt).short_name = "stats";
}
message ChannelConfig {
bool Blocking = 1;