mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-10-09 20:44:27 -04:00
support extension configs
This commit is contained in:
parent
eff193ab45
commit
cdfec69bf8
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user