1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-06-06 02:59:27 -04:00

comments for protos.

This commit is contained in:
Darien Raymond
2018-01-04 11:09:23 +01:00
parent 9ccdf67d2d
commit 24395a3e60
3 changed files with 10 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ enum ConfigFormat {
JSON = 1;
}
// Master config of V2Ray. V2Ray Core takes this config as input and functions accordingly.
// Master config of V2Ray. V2Ray takes this config as input and functions accordingly.
message Config {
// Inbound handler configurations. Must have at least one item.
repeated v2ray.core.app.proxyman.InboundHandlerConfig inbound = 1;