Browse Source

allow user to define tests enable for this server

Shelikhoo 5 years ago
parent
commit
da0b63bc12
1 changed files with 2 additions and 0 deletions
  1. 2 0
      proxy/vmess/account.proto

+ 2 - 0
proxy/vmess/account.proto

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