Skip to content

Commit db6b35d

Browse files
committed
docs
1 parent ada4553 commit db6b35d

File tree

2 files changed

+10
-20
lines changed

2 files changed

+10
-20
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ ProxyAdmin is a powerful web console of [snail007/goproxy](https://github.com/sn
33

44
<hr>
55

6+
### [Official Website](https://www.goproxy.win/)
7+
### [官方网站](https://www.goproxy.win/)
8+
69
[中文简介](/README_ZH.md) | [snail007/goproxy manual](https://snail.gitee.io/proxy/manual/zh)
710

811
## Preview
@@ -43,7 +46,7 @@ If your VPS is a Linux 64-bit system, you only need to execute the following sen
4346
Tip: All operations require root privileges.
4447

4548
```shell
46-
bash -c "$(curl -s -L https://raw.githubusercontent.com/snail007/proxy_admin_free/master/install_auto.sh)"
49+
curl -L https://mirrors.host900.com/https://raw.githubusercontent.com/snail007/proxy_admin_free/master/install_auto.sh | bash
4750
```
4851

4952
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.

README_ZH.md

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ ProxyAdmin 是强大的代理服务工具 [snail007/goproxy](https://github.com/
33

44
<hr>
55

6+
### [Official Website](https://www.goproxy.win/)
7+
### [官方网站](https://www.goproxy.win/)
8+
69
[Manual](https://snail.gitee.io/proxy/manual/)[参考手册](https://snail.gitee.io/proxy/manual/zh/)
710

811
手册同时适用于命令行goproxy和proxyadmin面板,控制面板只是命令行goproxy的界面化,使用参数完全一样。
@@ -54,30 +57,14 @@ ProxyAdmin 是强大的代理服务工具 [snail007/goproxy](https://github.com/
5457

5558
##### 免费版执行这个哟:
5659

57-
免费版国内:
58-
5960
```shell
60-
bash -c "$(curl -s -L https://mirrors.goproxyauth.com/https://github.com/snail007/proxy_admin_free/blob/master/install_auto.sh)" @ cn
61-
```
62-
63-
免费版国外:
64-
65-
```shell
66-
bash -c "$(curl -s -L https://github.com/snail007/proxy_admin_free/raw/master/install_auto.sh)"
67-
```
68-
69-
##### VIP版执行这个:
70-
71-
VIP版国内:
72-
73-
```shell
74-
bash -c "$(curl -s -L https://mirrors.goproxyauth.com/https://github.com/snail007/proxy-admin-vip/blob/master/install_auto.sh)" @ cn
61+
curl -L https://mirrors.host900.com/https://github.com/snail007/proxy_admin_free/blob/master/install_auto.sh | bash
7562
```
7663

77-
VIP版国外:
64+
##### VIP版执行这个:
7865

7966
```shell
80-
bash -c "$(curl -s -L https://github.com/snail007/proxy-admin-vip/raw/master/install_auto.sh)"
67+
curl -L https://mirrors.host900.com/https://github.com/snail007/proxy-admin-vip/blob/master/install_auto.sh | bash
8168
```
8269

8370
安装完成,配置目录是/etc/gpa,更详细的使用方法请参考上面的手册目录,进一步了解你想要使用的功能。

0 commit comments

Comments
 (0)