Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
snail007 committed May 22, 2024
1 parent ada4553 commit db6b35d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 20 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
25 changes: 6 additions & 19 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -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的界面化,使用参数完全一样。
Expand Down Expand Up @@ -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)"
```

##### 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
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://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,更详细的使用方法请参考上面的手册目录,进一步了解你想要使用的功能。
Expand Down

0 comments on commit db6b35d

Please sign in to comment.