From 2c15ebd32338d9d38ad1ad3afbdb30363a766700 Mon Sep 17 00:00:00 2001 From: icePigeon Date: Sun, 26 Jun 2022 15:06:49 +0100 Subject: [PATCH] Fix typo --- VLESS-TCP/config_client.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VLESS-TCP/config_client.json b/VLESS-TCP/config_client.json index 31729a2..7fe2d60 100644 --- a/VLESS-TCP/config_client.json +++ b/VLESS-TCP/config_client.json @@ -27,7 +27,7 @@ { "address": "1.2.3.4", "port": 1234, - "user": [ + "users": [ { "id": "", "encryption": "none", @@ -59,4 +59,4 @@ } ] } -} \ No newline at end of file +}