From 889013a664c6d3476ae5fb3084b51bcde35f536b Mon Sep 17 00:00:00 2001 From: lk29 <12291632+lk29@users.noreply.github.com> Date: Sun, 12 Mar 2023 05:04:28 +0500 Subject: [PATCH] Update config_client.json, translation of comments into english --- 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 c6e81dd..f23adec 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", // 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" // 你的密码 + "password": "your_password" // your password } ] }, @@ -40,7 +40,7 @@ "network": "tcp", "security": "xtls", "xtlsSettings": { - "serverName": "example.com" // 你的域名 + "serverName": "example.com" // your domain name } } }