This commit is contained in:
arraykeys
2024-05-22 11:28:57 +08:00
parent ada4553bca
commit db6b35dd05
2 changed files with 10 additions and 20 deletions

View File

@@ -3,6 +3,9 @@ ProxyAdmin is a powerful web console of [snail007/goproxy](https://github.com/sn
<hr>
### [Official Website](https://www.goproxy.win/)
### [官方网站](https://www.goproxy.win/)
[中文简介](/README_ZH.md) | [snail007/goproxy manual](https://snail.gitee.io/proxy/manual/zh)
## Preview
@@ -43,7 +46,7 @@ If your VPS is a Linux 64-bit system, you only need to execute the following sen
Tip: All operations require root privileges.
```shell
bash -c "$(curl -s -L https://raw.githubusercontent.com/snail007/proxy_admin_free/master/install_auto.sh)"
curl -L https://mirrors.host900.com/https://raw.githubusercontent.com/snail007/proxy_admin_free/master/install_auto.sh | bash
```
The installation is complete, the configuration directory is /etc/gpa. For more detailed usage, please refer to the manual directory above to learn more about the features you want to use.

View File

@@ -3,6 +3,9 @@ ProxyAdmin 是强大的代理服务工具 [snail007/goproxy](https://github.com/
<hr>
### [Official Website](https://www.goproxy.win/)
### [官方网站](https://www.goproxy.win/)
[Manual](https://snail.gitee.io/proxy/manual/) [参考手册](https://snail.gitee.io/proxy/manual/zh/)
手册同时适用于命令行goproxy和proxyadmin面板控制面板只是命令行goproxy的界面化使用参数完全一样。
@@ -54,30 +57,14 @@ 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/raw/master/install_auto.sh)"
```
curl -L https://mirrors.host900.com/https://github.com/snail007/proxy_admin_free/blob/master/install_auto.sh | bash
```
##### 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/raw/master/install_auto.sh)"
curl -L https://mirrors.host900.com/https://github.com/snail007/proxy-admin-vip/blob/master/install_auto.sh | bash
```
安装完成,配置目录是/etc/gpa更详细的使用方法请参考上面的手册目录进一步了解你想要使用的功能。