mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-30 05:56:54 -05:00
added implementation registration for stats
This commit is contained in:
parent
3bab114fe0
commit
78ef0c89b5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user