mirror of https://github.com/mack-a/v2ray-agent
fix(脚本): 修复错误删除订阅问题
parent
eace3851ba
commit
5877634a00
|
@ -4436,7 +4436,6 @@ EOF
|
||||||
initRealityKey
|
initRealityKey
|
||||||
echoContent skyBlue "\n开始配置VLESS+Reality+Vision协议端口"
|
echoContent skyBlue "\n开始配置VLESS+Reality+Vision协议端口"
|
||||||
echo
|
echo
|
||||||
|
|
||||||
mapfile -t result < <(initSingBoxPort "${singBoxVLESSRealityVisionPort}")
|
mapfile -t result < <(initSingBoxPort "${singBoxVLESSRealityVisionPort}")
|
||||||
echoContent green "\n ---> VLESS_Reality_Vision端口:${result[-1]}"
|
echoContent green "\n ---> VLESS_Reality_Vision端口:${result[-1]}"
|
||||||
cat <<EOF >/etc/v2ray-agent/sing-box/conf/config/07_VLESS_vision_reality_inbounds.json
|
cat <<EOF >/etc/v2ray-agent/sing-box/conf/config/07_VLESS_vision_reality_inbounds.json
|
||||||
|
@ -7624,7 +7623,6 @@ customSingBoxInstall() {
|
||||||
installSingBox 4
|
installSingBox 4
|
||||||
installSingBoxService 5
|
installSingBoxService 5
|
||||||
initSingBoxConfig custom 6
|
initSingBoxConfig custom 6
|
||||||
unInstallSubscribe
|
|
||||||
cleanUp xrayDel
|
cleanUp xrayDel
|
||||||
installCronTLS 7
|
installCronTLS 7
|
||||||
handleSingBox stop
|
handleSingBox stop
|
||||||
|
@ -8767,7 +8765,7 @@ initRealityClientServersName() {
|
||||||
realityServerName=
|
realityServerName=
|
||||||
if [[ -n "${domain}" ]]; then
|
if [[ -n "${domain}" ]]; then
|
||||||
echo
|
echo
|
||||||
read -r -p "是否使用${domain}此域名作为Reality目标域名 ?[y/n]:" realityServerNameCurrentDomainStatus
|
read -r -p "是否使用 ${domain} 此域名作为Reality目标域名 ?[y/n]:" realityServerNameCurrentDomainStatus
|
||||||
if [[ "${realityServerNameCurrentDomainStatus}" == "y" ]]; then
|
if [[ "${realityServerNameCurrentDomainStatus}" == "y" ]]; then
|
||||||
realityServerName="${domain}"
|
realityServerName="${domain}"
|
||||||
if [[ "${selectCoreType}" == "1" ]]; then
|
if [[ "${selectCoreType}" == "1" ]]; then
|
||||||
|
@ -9108,7 +9106,7 @@ menu() {
|
||||||
cd "$HOME" || exit
|
cd "$HOME" || exit
|
||||||
echoContent red "\n=============================================================="
|
echoContent red "\n=============================================================="
|
||||||
echoContent green "作者:mack-a"
|
echoContent green "作者:mack-a"
|
||||||
echoContent green "当前版本:v3.2.46"
|
echoContent green "当前版本:v3.2.47"
|
||||||
echoContent green "Github:https://github.com/mack-a/v2ray-agent"
|
echoContent green "Github:https://github.com/mack-a/v2ray-agent"
|
||||||
echoContent green "描述:八合一共存脚本\c"
|
echoContent green "描述:八合一共存脚本\c"
|
||||||
showInstallStatus
|
showInstallStatus
|
||||||
|
|
Loading…
Reference in New Issue