support extension configs

pull/525/head
Darien Raymond 2017-07-24 16:39:32 +02:00
parent eff193ab45
commit cdfec69bf8
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
1 changed files with 4 additions and 0 deletions

View File

@ -31,4 +31,8 @@ message Config {
// Transport settings. // Transport settings.
v2ray.core.transport.Config transport = 5; 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;
} }