allow user to define tests enable for this server

pull/2561/head
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
1 changed files with 2 additions and 0 deletions

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;
}