add v2ray, update

This commit is contained in:
2018-12-14 10:27:40 +08:00
parent 875a80a6a9
commit 00b8edf64f
5 changed files with 130 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# V2Ray
[V2Ray](https://github.com/v2ray/v2ray-core/releases)
[Ducuments](https://www.v2ray.com/)
[Manual](https://toutyrater.github.io/)
## Linux
```bash
sudo su
bash <(curl -L -s https://install.direct/go.sh)
```