Explorar o código

allow user to define tests enable for this server

Shelikhoo %!s(int64=5) %!d(string=hai) anos
pai
achega
da0b63bc12
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      proxy/vmess/account.proto

+ 2 - 0
proxy/vmess/account.proto

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