1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-09 17:30:44 +00:00

allow user to define tests enable for this server

This commit is contained in:
Shelikhoo 2020-06-08 14:20:31 +08:00
parent 870ff52775
commit da0b63bc12
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316

View File

@ -15,4 +15,6 @@ message Account {
uint32 alter_id = 2;
// Security settings. Only applies to client side.
v2ray.core.common.protocol.SecurityConfig security_settings = 3;
// Define tests enabled for this account
string tests_enabled = 4;
}