更新目录、添加v2ray

This commit is contained in:
游由 2021-10-26 17:56:14 +08:00
parent d74af183f0
commit 21bcc2cfb6
1 changed files with 8 additions and 0 deletions

View File

@ -41,4 +41,12 @@ mv frp_0.38.0_linux_amd64 /usr/local/frp
cp /usr/local/frp_old/frps.ini /usr/local/frp/frps.ini
service frps start
service frps status
```
# 更新v2ray
[官方文档](https://github.com/v2fly/fhs-install-v2ray/blob/master/README.zh-Hans-CN.md)
```shell
bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh)
```