diff --git a/README_ZH.md b/README_ZH.md index 39430be..2c92f22 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -55,13 +55,13 @@ ProxyAdmin 是强大的代理服务工具 [snail007/goproxy](https://github.com/ ##### 免费版执行这个哟: ```shell -curl -L http://mirrors.host900.com:9090/snail007/proxy_admin_free/install_auto.sh | bash +curl -L https://mirrors.host900.com/snail007/proxy_admin_free/install_auto.sh | bash ``` ##### VIP版执行这个: ```shell -curl -L http://mirrors.host900.com:9090/snail007/proxy-admin-vip/install_auto.sh | bash +curl -L https://mirrors.host900.com/snail007/proxy-admin-vip/install_auto.sh | bash ``` 安装完成,配置目录是/etc/gpa,更详细的使用方法请参考上面的手册目录,进一步了解你想要使用的功能。 @@ -71,10 +71,10 @@ curl -L http://mirrors.host900.com:9090/snail007/proxy-admin-vip/install_auto.sh ### 手动安装 #### 免费版下载 -选择适合你的系统的文件并下载,[点击进入下载](http://mirrors.host900.com:9090/snail007/proxy_admin_free/) +选择适合你的系统的文件并下载,[点击进入下载](https://mirrors.host900.com/snail007/proxy_admin_free/) #### VIP版本下载 -选择适合你的系统的文件并下载,[点击进入下载](http://mirrors.host900.com:9090/snail007/proxy-admin-vip) +选择适合你的系统的文件并下载,[点击进入下载](https://mirrors.host900.com/snail007/proxy-admin-vip) ### Linux && MacOS diff --git a/install_auto.sh b/install_auto.sh index f9bee7b..07b8f92 100755 --- a/install_auto.sh +++ b/install_auto.sh @@ -20,7 +20,7 @@ LAST_VERSION=$(curl --silent "https://api.github.com/repos/snail007/proxy_admin_ wget -t 1 "https://github.com/snail007/proxy_admin_free/releases/download/${LAST_VERSION}/$F" else manual="https://snail007.github.io/goproxy/manual/zh/" -wget -t 1 "http://mirrors.host900.com:9090/snail007/proxy_admin_free/$F" +wget -t 1 "https://mirrors.host900.com/snail007/proxy_admin_free/$F" fi echo -e ">>> installing ... \n" #install proxy-admin