From 1f524f4803a03d4c2e631492551be9057bbd6930 Mon Sep 17 00:00:00 2001 From: lk29 <12291632+lk29@users.noreply.github.com> Date: Sun, 12 Mar 2023 14:31:00 +0500 Subject: [PATCH] Update trojan_tcp_tls.json comment translate --- VLESS-TCP-XTLS-WHATEVER/config_client/trojan_tcp_tls.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/VLESS-TCP-XTLS-WHATEVER/config_client/trojan_tcp_tls.json b/VLESS-TCP-XTLS-WHATEVER/config_client/trojan_tcp_tls.json index ef9b529..b3e1fad 100644 --- a/VLESS-TCP-XTLS-WHATEVER/config_client/trojan_tcp_tls.json +++ b/VLESS-TCP-XTLS-WHATEVER/config_client/trojan_tcp_tls.json @@ -18,9 +18,9 @@ "settings": { "servers": [ { - "address": "example.com", // 换成你的域名或服务器 IP(发起请求时无需解析域名了) + "address": "example.com", // Replace it with your domain name or server IP (there is no need to resolve the domain name when making a request) "port": 443, - "password": "", // 填写你的密码 + "password": "", // fill in your password "level": 0 } ] @@ -29,7 +29,7 @@ "network": "tcp", "security": "tls", "tlsSettings": { - "serverName": "example.com" // 换成你的域名 + "serverName": "example.com" // Change to your domain name } } }