mirror of
https://github.com/snail007/proxy_admin_free.git
synced 2026-04-02 10:40:03 +00:00
no message
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user