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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user