From 668dd440d039468f8a473954b7f5caad6a411e9e Mon Sep 17 00:00:00 2001 From: sHANJI Date: Sat, 8 Aug 2020 19:42:06 +0800 Subject: [PATCH] fix --- VMess-TCP/config_client.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/VMess-TCP/config_client.json b/VMess-TCP/config_client.json index c9d83e6..ddfc9be 100644 --- a/VMess-TCP/config_client.json +++ b/VMess-TCP/config_client.json @@ -33,7 +33,7 @@ ], "outbounds": [ { - "protocol": "vless", + "protocol": "vmess", "settings": { "vnext": [ { @@ -43,7 +43,8 @@ { "id": "", "alterId": 4, - "encryption": "none" + "security": "auto", + "testsEnabled": "VMessAEAD" } ] }