mirror of https://github.com/v2ray/v2ray-core
allow user to define tests enable for this server
parent
870ff52775
commit
da0b63bc12
|
@ -15,4 +15,6 @@ message Account {
|
||||||
uint32 alter_id = 2;
|
uint32 alter_id = 2;
|
||||||
// Security settings. Only applies to client side.
|
// Security settings. Only applies to client side.
|
||||||
v2ray.core.common.protocol.SecurityConfig security_settings = 3;
|
v2ray.core.common.protocol.SecurityConfig security_settings = 3;
|
||||||
|
// Define tests enabled for this account
|
||||||
|
string tests_enabled = 4;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue