From 1bd9046ab0494ef47bf21b6684ddc489049e9dfa Mon Sep 17 00:00:00 2001 From: lk29 <12291632+lk29@users.noreply.github.com> Date: Sun, 12 Mar 2023 15:13:52 +0500 Subject: [PATCH] Update config_client.json comment translate --- VLESS-TCP-TLS (minimal by rprx)/config_client.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/VLESS-TCP-TLS (minimal by rprx)/config_client.json b/VLESS-TCP-TLS (minimal by rprx)/config_client.json index e1e330d..ab472e9 100644 --- a/VLESS-TCP-TLS (minimal by rprx)/config_client.json +++ b/VLESS-TCP-TLS (minimal by rprx)/config_client.json @@ -18,11 +18,11 @@ "settings": { "vnext": [ { - "address": "example.com", // 换成你的域名 + "address": "example.com", // Change to your domain name "port": 443, "users": [ { - "id": "", // 填写你的 UUID + "id": "", // fill in your UUID "encryption": "none", "level": 0 } @@ -36,4 +36,4 @@ } } ] -} \ No newline at end of file +}