소스 검색

support extension configs

Darien Raymond 8 년 전
부모
커밋
cdfec69bf8
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      config.proto

+ 4 - 0
config.proto

@@ -31,4 +31,8 @@ message Config {
 
   // Transport settings.
   v2ray.core.transport.Config transport = 5;
+
+  // Configuration for extensions. The config may not work if corresponding extension is not loaded into V2Ray.
+  // V2Ray will ignore such config during initialization.
+  repeated v2ray.core.common.serial.TypedMessage extension = 6;
 }