V2Ray global proxy:修订间差异
创建页面,内容为“= Install V2Ray = Category:Linux/Unix” |
标签:2017版源代码编辑 |
||
第1行: | 第1行: | ||
= Install V2Ray = | = Install V2Ray = | ||
https://github.com/v2fly/fhs-install-v2ray | |||
<syntaxhighlight lang="bash"> | |||
sudo su - | |||
bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh) | |||
systemctl enable v2ray | |||
systemctl start v2ray | |||
bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-dat-release.sh) | |||
v2ray version | |||
V2Ray 5.22.0 (V2Fly, a community-driven edition of V2Ray.) Custom (go1.23.2 linux/amd64) | |||
A unified platform for anti-censorship. | |||
</syntaxhighlight> | |||
[[Category:Linux/Unix]] | [[Category:Linux/Unix]] |
2024年11月28日 (四) 14:53的版本
Install V2Ray
https://github.com/v2fly/fhs-install-v2ray
sudo su -
bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh)
systemctl enable v2ray
systemctl start v2ray
bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-dat-release.sh)
v2ray version
V2Ray 5.22.0 (V2Fly, a community-driven edition of V2Ray.) Custom (go1.23.2 linux/amd64)
A unified platform for anti-censorship.