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

config loader

This commit is contained in:
Darien Raymond
2016-10-14 23:41:41 +02:00
parent 84f660bbbc
commit 35a0ed6fb4
4 changed files with 111 additions and 63 deletions

View File

@@ -15,6 +15,11 @@ import "v2ray.com/core/transport/config.proto";
import "google/protobuf/any.proto";
enum ConfigFormat {
Protobuf = 0;
JSON = 1;
}
message AllocationStrategyConcurrency {
uint32 value = 1;
}