From 9bfc9f264997ceb7d1cc09ceaf527a1394632f93 Mon Sep 17 00:00:00 2001 From: lk29 <12291632+lk29@users.noreply.github.com> Date: Sun, 12 Mar 2023 14:29:37 +0500 Subject: [PATCH] Update vless_tcp_xtls.json comment translate --- .../config_client/vless_tcp_xtls.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/VLESS-TCP-XTLS-WHATEVER/config_client/vless_tcp_xtls.json b/VLESS-TCP-XTLS-WHATEVER/config_client/vless_tcp_xtls.json index 2e19aca..b13064a 100644 --- a/VLESS-TCP-XTLS-WHATEVER/config_client/vless_tcp_xtls.json +++ b/VLESS-TCP-XTLS-WHATEVER/config_client/vless_tcp_xtls.json @@ -18,11 +18,11 @@ "settings": { "vnext": [ { - "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, "users": [ { - "id": "", // 填写你的 UUID + "id": "", // fill in your UUID "flow": "xtls-rprx-direct", "encryption": "none", "level": 0 @@ -33,11 +33,11 @@ }, "streamSettings": { "network": "tcp", - "security": "xtls", // 需要使用 XTLS + "security": "xtls", // Need to use XTLS "xtlsSettings": { - "serverName": "example.com" // 换成你的域名 + "serverName": "example.com" // Change to your domain name } } } ] -} \ No newline at end of file +}