config.proto 462 B

1234567891011121314
  1. syntax = "proto3";
  2. package v2ray.core.app.instman;
  3. option csharp_namespace = "V2Ray.Core.App.Instman";
  4. option go_package = "github.com/v2fly/v2ray-core/v5/app/instman";
  5. option java_package = "com.v2ray.core.app.instman";
  6. option java_multiple_files = true;
  7. import "common/protoext/extensions.proto";
  8. message Config {
  9. option (v2ray.core.common.protoext.message_opt).type = "service";
  10. option (v2ray.core.common.protoext.message_opt).short_name = "instman";
  11. }