1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-24 08:25:23 +00:00

support extension configs

This commit is contained in:
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

View File

@ -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;
}