Compare commits

...

2 Commits

Author SHA1 Message Date
游由 db9591cbc5 更新目录、添加v2ray 2021-10-26 17:56:23 +08:00
游由 21bcc2cfb6 更新目录、添加v2ray 2021-10-26 17:56:14 +08:00
2 changed files with 10 additions and 1 deletions

View File

@ -8,4 +8,5 @@
+ [Android安装xapk](install_xapk.md)
+ [CentOS7编译BCM43XX无线网卡驱动](bcm43xx.md)
+ [CentOS7编译FFmpeg和OpenCV](CentOS7CompileOpencvFFmpeg.md)
+ [编译C++ Boost库](CompileBoost.md)
+ [编译C++ Boost库](CompileBoost.md)
+ [更新后台服务](UpdateServices.md)

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)
```