mirror of https://github.com/v2ray/v2ray-core
support extension configs
parent
eff193ab45
commit
cdfec69bf8
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue