本文主要收集网络上的v2ray脚本,该页面的脚本都经过本人验证使用没问题。
最后更新时间:2018-03-06
V2Ray 基于 Nginx 的 vmess+ws+tls 一键安装脚本
安装方式
1 | git clone https://github.com/wulabing/V2Ray_ws-tls_bash_onekey.git temp && cd temp && bash install.sh | tee v2log.txt |
V2ray core 更新方式
1 | 执行: bash <(curl -L -s https://install.direct/go.sh) |
启动方式
1 | 启动 V2ray:systemctl start v2ray |
V2RAY 基于 NGINX 的 VMESS+WS+TLS+Website(Use Host)
from: https://github.com/dylanbai8/V2Ray_ws-tls_Website_onekey
1 | bash <(curl https://raw.githubusercontent.com/dylanbai8/V2Ray_ws-tls_Website_onekey/master/install.sh) |
尽量使用 Debian8 , 如果需要修改配置,运行脚本重新安装一次即可。
最好用的 V2Ray 一键安装脚本 & 管理脚本
安装
1 | bash <(curl -s -L https://233blog.com/v2ray.sh) |
快速管理
1 | v2ray info 查看 V2Ray 配置信息 |
配置文件路径
1 | V2Ray 配置文件路径:/etc/v2ray/config.json |
备注
V2Ray 客户端配置文件解压密码为 233blog.com,SOCKS 监听端口为 2333, HTTP 监听端口为 6666
可能某些 V2Ray 客户端的选项或描述略有不同,但事实上,此脚本显示的 V2Ray 配置信息已经足够详细,由于客户端的不同,请对号入座。