From dcf76f84c2241546a06b33df57edc4999e654f01 Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Sun, 13 Oct 2024 22:13:33 +0800 Subject: [PATCH] Update config_client.json --- Trojan-TCP-XTLS/config_client.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Trojan-TCP-XTLS/config_client.json b/Trojan-TCP-XTLS/config_client.json index f23adec..aa1239d 100644 --- a/Trojan-TCP-XTLS/config_client.json +++ b/Trojan-TCP-XTLS/config_client.json @@ -29,10 +29,10 @@ "settings": { "servers": [ { - "address": "example.com", // your domain name or server IP - "flow": "xtls-rprx-direct", // Linux or android can be changed to "xtls-rprx-splice" + "address": "example.com","//": "your domain name or server IP", + "flow": "xtls-rprx-direct","//": "Linux or android can be changed to "xtls-rprx-splice"", "port": 443, - "password": "your_password" // your password + "password": "your_password","//": "your password" } ] }, @@ -40,7 +40,7 @@ "network": "tcp", "security": "xtls", "xtlsSettings": { - "serverName": "example.com" // your domain name + "serverName": "example.com","//": "your domain name" } } }