feat(脚本): 修改XTLS splice描述

pull/534/merge
mack-a 2020-12-14 14:53:48 +08:00
parent 1c06fce86c
commit 3f6263f5f9
1 changed files with 4 additions and 4 deletions

View File

@ -1535,7 +1535,7 @@ initV2RayConfig(){
if [[ -z "${uuidDirect}" ]] && [[ "${selectCoreType}" = "3" ]] if [[ -z "${uuidDirect}" ]] && [[ "${selectCoreType}" = "3" ]]
then then
echoContent red "\n ---> uuid XTLS-direct读取错误,重新生成" echoContent red "\n ---> uuid XTLS-direct/XTLS-splice读取错误,重新生成"
uuidDirect=`/etc/v2ray-agent/v2ray/v2ctl uuid` uuidDirect=`/etc/v2ray-agent/v2ray/v2ctl uuid`
fi fi
@ -2200,7 +2200,7 @@ initXrayConfig(){
if [[ -z "${uuidDirect}" ]] && [[ "${selectCoreType}" = "1" ]] if [[ -z "${uuidDirect}" ]] && [[ "${selectCoreType}" = "1" ]]
then then
echoContent red "\n ---> uuid XTLS-direct读取错误,重新生成" echoContent red "\n ---> uuid XTLS-direct/XTLS-splice读取错误,重新生成"
uuidDirect=`/etc/v2ray-agent/xray/xray uuid` uuidDirect=`/etc/v2ray-agent/xray/xray uuid`
fi fi
@ -2862,7 +2862,7 @@ showAccounts(){
echoContent skyBlue "\n============================ VLESS TCP TLS/XTLS-origin ===========================" echoContent skyBlue "\n============================ VLESS TCP TLS/XTLS-origin ==========================="
defaultBase64Code vlesstcp ${tcpEmail} "${tcpID}" "${currentHost}:${port}" ${add} defaultBase64Code vlesstcp ${tcpEmail} "${tcpID}" "${currentHost}:${port}" ${add}
echoContent skyBlue "\n============================ VLESS TCP TLS/XTLS-direct ===========================" echoContent skyBlue "\n============================ VLESS TCP TLS/XTLS-direct/XTLS-splice ==========================="
defaultBase64Code vlesstcp ${tcpDirectEmail} "${tcpIDirect}" "${currentHost}:${port}" ${add} defaultBase64Code vlesstcp ${tcpDirectEmail} "${tcpIDirect}" "${currentHost}:${port}" ${add}
elif [[ "${coreInstallType}" = "2" ]] elif [[ "${coreInstallType}" = "2" ]]
@ -2909,7 +2909,7 @@ showAccounts(){
echoContent skyBlue "\n============================ VLESS TCP TLS/XTLS-origin ===========================" echoContent skyBlue "\n============================ VLESS TCP TLS/XTLS-origin ==========================="
defaultBase64Code vlesstcp ${tcpEmail} "${tcpID}" "${currentHost}:${port}" ${add} defaultBase64Code vlesstcp ${tcpEmail} "${tcpID}" "${currentHost}:${port}" ${add}
echoContent skyBlue "\n============================ VLESS TCP TLS/XTLS-direct ===========================" echoContent skyBlue "\n============================ VLESS TCP TLS/XTLS-direct/XTLS-splice ==========================="
defaultBase64Code vlesstcp ${tcpDirectEmail} "${tcpIDirect}" "${currentHost}:${port}" ${add} defaultBase64Code vlesstcp ${tcpDirectEmail} "${tcpIDirect}" "${currentHost}:${port}" ${add}
elif [[ "${coreInstallType}" = "2" ]] elif [[ "${coreInstallType}" = "2" ]]