From da0b63bc128ea7cc4446baac126310502bcbfb85 Mon Sep 17 00:00:00 2001 From: Shelikhoo Date: Mon, 8 Jun 2020 14:20:31 +0800 Subject: [PATCH] allow user to define tests enable for this server --- proxy/vmess/account.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proxy/vmess/account.proto b/proxy/vmess/account.proto index 34374914..dee02024 100755 --- a/proxy/vmess/account.proto +++ b/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; }