Skip to content

Commit

Permalink
support extension configs
Browse files Browse the repository at this point in the history
  • Loading branch information
DarienRaymond committed Jul 24, 2017
1 parent eff193a commit cdfec69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit cdfec69

Please sign in to comment.