From 444251f5a399872e9d74a9d38512c7ab5a9fbe98 Mon Sep 17 00:00:00 2001 From: lk29 <12291632+lk29@users.noreply.github.com> Date: Sun, 12 Mar 2023 15:08:49 +0500 Subject: [PATCH] Update config_client_tcp_tls.json translate comment --- VLESS-TCP-TLS-WS (recommended)/config_client_tcp_tls.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/VLESS-TCP-TLS-WS (recommended)/config_client_tcp_tls.json b/VLESS-TCP-TLS-WS (recommended)/config_client_tcp_tls.json index a93646d..5cb2321 100644 --- a/VLESS-TCP-TLS-WS (recommended)/config_client_tcp_tls.json +++ b/VLESS-TCP-TLS-WS (recommended)/config_client_tcp_tls.json @@ -18,11 +18,11 @@ "settings": { "vnext": [ { - "address": "example.com", // 换成你的域名或服务器 IP(发起请求时无需解析域名了) + "address": "example.com", // Replace it with your domain name or server IP (there is no need to resolve the domain name when making a request) "port": 443, "users": [ { - "id": "", // 填写你的 UUID + "id": "", // fill in your UUID "encryption": "none", "level": 0 } @@ -34,9 +34,9 @@ "network": "tcp", "security": "tls", "tlsSettings": { - "serverName": "example.com" // 换成你的域名 + "serverName": "example.com" // Change to your domain name } } } ] -} \ No newline at end of file +}