From 07836b00da6758e24a7ac3958c7af5ae023d47ba Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Mon, 5 Oct 2020 17:36:57 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=84=9A=E6=9C=AC):=20=E4=BF=AE=E6=94=B9a?= =?UTF-8?q?ccount=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 55c40e2..298ddb7 100644 --- a/install.sh +++ b/install.sh @@ -1185,7 +1185,7 @@ defaultBase64Code(){ echo " vmess://${qrCodeBase64Default}" >> /etc/v2ray-agent/v2ray/usersv2ray.conf echoContent yellow " ---> 通用json(VLESS+TCP+TLS)" echoContent green ' {"port":"443","ps":"'${ps}'","tls":"tls","id":'"${id}"',"host":"'${host}'","type":"none","net":"tcp","add":"'${host}'","allowInsecure":0,"method":"none","peer":""}\n' - echoContent green ' V2Ray v4.27.4+ 目前无通用订阅,需要手动配置,VLESS和tcp大部分一样,其余内容不变\n' + echoContent green ' V2Ray v4.27.4+ 目前无通用订阅,需要手动配置,VLESS TCP、XTLS和TCP大部分一样,其余内容不变,\n' elif [[ "${type}" = "vmessws" ]] then @@ -1343,7 +1343,7 @@ showAccounts(){ local vmessTCPath=`echo ${vmessTCP}|jq .streamSettings.tcpSettings.header.request.path[0]` - echoContent skyBlue "\n=============================== VLESS TCP TLS ===============================" + echoContent skyBlue "\n=============================== VLESS TCP TLS/XTLS ===============================" defaultBase64Code vlesstcp ${tcpEmail} "${tcpID}" "${host}" ${add} echoContent skyBlue "\n===============================VLESS WS TLS CDN==============================="