Skip to content

Commit

Permalink
fix(脚本): 修改ipv6机器申请tls的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
mack-a committed Oct 27, 2022
1 parent bf16e27 commit ec2ebf3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,6 @@ checkIP() {
if [[ -n "${customPort}" ]]; then
checkDomain="http://${domain}:${customPort}"
fi
local localIP=
localIP=$(curl -s -m 2 "${checkDomain}/ip")

handleNginx stop
Expand Down Expand Up @@ -5000,7 +4999,7 @@ menu() {
cd "$HOME" || exit
echoContent red "\n=============================================================="
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 "描述:八合一共存脚本\c"
showInstallStatus
Expand Down

0 comments on commit ec2ebf3

Please sign in to comment.