首页 » 域名/vps » 正文

wulabing 单用户V2版本

安装 curl、wget

CentOS系统安装命令:

yum -y install wget
yum update -y && yum install curl -y

Ubuntu/Debian系统安装命令:

apt-get install wget
apt-get update -y && apt-get install curl -y

安装脚本:

wget -N --no-check-certificate -q -O install.sh "https://raw.githubusercontent.com/wulabing/V2Ray_ws-tls_bash_onekey/master/install.sh" && chmod +x install.sh && bash install.sh

一键安装脚本相关管理命令
systemctl start v2ray #启动 V2ray 
systemctl stop v2ray #停止 V2ray 
systemctl start nginx #启动 Nginx 
systemctl stop nginx #停止 Nginx
一键安装脚本相关目录
伪装的 Web 目录:/home/wwwroot/3DCEList
V2ray 服务端配置:/etc/v2ray/config.json
V2ray 客户端配置: 执行安装时所在目录下的 v2ray_info.txt
Nginx 目录: /etc/nginx
证书文件: /data/v2ray.key 和 /data/v2ray.crt




发表评论