From aa6d032313afc80adbe780a7995f5e6694d4caf0 Mon Sep 17 00:00:00 2001 From: Dachtire <54057832+Dachtire@users.noreply.github.com> Date: Sat, 26 Sep 2020 22:56:21 +0800 Subject: [PATCH] Update config_client.json --- VLESS-TCP-TLS/config_client.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VLESS-TCP-TLS/config_client.json b/VLESS-TCP-TLS/config_client.json index 28c3e83..8d0ca1f 100644 --- a/VLESS-TCP-TLS/config_client.json +++ b/VLESS-TCP-TLS/config_client.json @@ -27,7 +27,7 @@ { "address": "1.2.3.4", "port": 443, - "user": [ + "users": [ { "id": "", "encryption": "none", @@ -69,4 +69,4 @@ } ] } -} \ No newline at end of file +}