This commit is contained in:
arraykeys
2023-08-10 16:02:29 +08:00
parent cf174a4102
commit 0aa6543d07

View File

@@ -54,15 +54,31 @@ ProxyAdmin 是强大的代理服务工具 [snail007/goproxy](https://github.com/
##### 免费版执行这个哟:
免费版国内:
```shell
bash -c "$(curl -s -L https://mirrors.goproxyauth.com/https://github.com/snail007/proxy_admin_free/blob/master/install_auto.sh)" @ cn
```
```
免费版国外:
```shell
bash -c "$(curl -s -L https://github.com/snail007/proxy_admin_free/blob/master/install_auto.sh)"
```
##### VIP版执行这个:
VIP版国内
```shell
bash -c "$(curl -s -L https://mirrors.goproxyauth.com/https://github.com/snail007/proxy-admin-vip/blob/master/install_auto.sh)" @ cn
```
VIP版国外
```shell
bash -c "$(curl -s -L https://github.com/snail007/proxy-admin-vip/blob/master/install_auto.sh)"
```
安装完成,配置目录是/etc/gpa更详细的使用方法请参考上面的手册目录进一步了解你想要使用的功能。