From afa74877353834036d35aad7b2868eab10df4426 Mon Sep 17 00:00:00 2001 From: OnlyCharacter <49280615+OnlyCharacter@users.noreply.github.com> Date: Thu, 14 Jan 2021 20:35:36 +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 55b60fc..c6e81dd 100644 --- a/Trojan-TCP-XTLS/config_client.json +++ b/Trojan-TCP-XTLS/config_client.json @@ -29,10 +29,10 @@ "settings": { "servers": [ { - "address": "example.com", //你的域名或服务器IP - "flow": "xtls-rprx-direct", //Linux或安卓可改为 "xtls-rprx-splice" + "address": "example.com", // 你的域名或服务器 IP + "flow": "xtls-rprx-direct", // Linux 或安卓可改为 "xtls-rprx-splice" "port": 443, - "password": "your_password" //你的密码 + "password": "your_password" // 你的密码 } ] }, @@ -40,7 +40,7 @@ "network": "tcp", "security": "xtls", "xtlsSettings": { - "serverName": "example.com" //你的域名 + "serverName": "example.com" // 你的域名 } } }