C2/C3 Wiki

C2/C3开发者的乐园

用户工具

站点工具


v2ray

这是本文档旧的修订版!


执行安装前先将域名解析A记录到VPS/云服务器IP,可解析www或任意其他二级域名,解析域名与安装配置域名一致即可,安装脚本配置端口选择443(默认)。

[code]bash <(curl -L -s https://raw.githubusercontent.com/wulabing/V2Ray_ws-tls_bash_onekey/master/install.sh) | tee v2ray_ins.log[/code]

启动 V2ray: [code]systemctl start v2ray[/code] 停止 V2ray: [code]systemctl stop v2ray[/code] 启动 Nginx: [code]systemctl start nginx[/code] 停止 Nginx: [code]systemctl stop nginx[/code] 脚本相关目录

Web 目录: [code]/home/wwwroot/levis[/code] V2ray 服务端配置: [code]/etc/v2ray/config.json[/code] V2ray 客户端配置: [code]执行安装时所在目录下的 v2ray_info.txt[/code] Nginx 目录: [code]/etc/nginx[/code] 证书目录: [code]/data/v2ray.key 和 /data/v2ray.crt[/code]

v2ray.1610242401.txt.gz · 最后更改: (外部编辑)