From 9f7c81a4b0e9a30810aa3174df2837194eb22999 Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Sun, 13 Oct 2024 22:30:09 +0800 Subject: [PATCH] Update config_client.json --- 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..a3dcfea 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","//": "换成你的域名", "port": 443, "users": [ { - "id": "", // 填写你的 UUID + "id": "","//": "填写你的 UUID", "encryption": "none", "level": 0 } @@ -36,4 +36,4 @@ } } ] -} \ No newline at end of file +}