From 9ddcaf9c9ada108e87fe083368e870fc53b29b9a Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Sun, 13 Oct 2024 22:33:25 +0800 Subject: [PATCH] Update config_client_tcp_tls.json --- 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..aba31e9 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","//": "换成你的域名或服务器 IP(发起请求时无需解析域名了)", "port": 443, "users": [ { - "id": "", // 填写你的 UUID + "id": "","//": "填写你的 UUID", "encryption": "none", "level": 0 } @@ -34,9 +34,9 @@ "network": "tcp", "security": "tls", "tlsSettings": { - "serverName": "example.com" // 换成你的域名 + "serverName": "example.com","//": "换成你的域名" } } } ] -} \ No newline at end of file +}