From 6d8af8da25cd9410a4fbfffa7f2ea4871a2822a4 Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Sun, 13 Oct 2024 22:27:15 +0800 Subject: [PATCH] Update config_client.json --- VLESS-TCP-TLS (maximal by rprx)/config_client.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/VLESS-TCP-TLS (maximal by rprx)/config_client.json b/VLESS-TCP-TLS (maximal by rprx)/config_client.json index a93646d..aba31e9 100644 --- a/VLESS-TCP-TLS (maximal by rprx)/config_client.json +++ b/VLESS-TCP-TLS (maximal by rprx)/config_client.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 +}