From c86e6471210e1804e4a77563892d2b3b268aff88 Mon Sep 17 00:00:00 2001 From: Dachtire <54057832+Dachtire@users.noreply.github.com> Date: Sun, 27 Sep 2020 01:07:42 +0800 Subject: [PATCH] Update config_client.json (#36) --- 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 +}