fix(脚本): 修改ipv6机器申请tls的问题
parent
1b09f1307c
commit
c452e5ded7
|
@ -1023,7 +1023,6 @@ checkIP() {
|
||||||
if [[ -n "${customPort}" ]]; then
|
if [[ -n "${customPort}" ]]; then
|
||||||
checkDomain="http://${domain}:${customPort}"
|
checkDomain="http://${domain}:${customPort}"
|
||||||
fi
|
fi
|
||||||
local localIP=
|
|
||||||
localIP=$(curl -s -m 2 "${checkDomain}/ip")
|
localIP=$(curl -s -m 2 "${checkDomain}/ip")
|
||||||
|
|
||||||
handleNginx stop
|
handleNginx stop
|
||||||
|
@ -5000,7 +4999,7 @@ menu() {
|
||||||
cd "$HOME" || exit
|
cd "$HOME" || exit
|
||||||
echoContent red "\n=============================================================="
|
echoContent red "\n=============================================================="
|
||||||
echoContent green "作者:mack-a"
|
echoContent green "作者:mack-a"
|
||||||
echoContent green "当前版本:v2.6.3"
|
echoContent green "当前版本:v2.6.4"
|
||||||
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