diff --git a/VLESS-TCP-XTLS-WHATEVER/config_client/vmess_tcp_tls.json b/VLESS-TCP-XTLS-WHATEVER/config_client/vmess_tcp_tls.json index b8e8258..847b31d 100644 --- a/VLESS-TCP-XTLS-WHATEVER/config_client/vmess_tcp_tls.json +++ b/VLESS-TCP-XTLS-WHATEVER/config_client/vmess_tcp_tls.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 "security": "none", "level": 0 } @@ -34,14 +34,14 @@ "network": "tcp", "security": "tls", "tlsSettings": { - "serverName": "example.com" // 换成你的域名 + "serverName": "example.com" // Change to your domain name }, "tcpSettings": { "header": { "type": "http", "request": { "path": [ - "/vmesstcp" // 必须换成自定义的 PATH,需要和服务端的一致 + "/vmesstcp" // It must be replaced with a custom PATH, which needs to be consistent with that of the server ] } } @@ -49,4 +49,4 @@ } } ] -} \ No newline at end of file +}