1、下载并安装一键安装脚本,需要申请域名,添加域名解析,除了域名要填 其它建议直接默认回车就行
bash <(curl -L -s https://raw.githubusercontent.com/wulabing/V2Ray_ws-tls_bash_onekey/master/install.sh) | tee v2ray_ins.log
输入命令后 ,需要输入我们自己的域名,此时输入域名回车即可
脚本会自动帮我们申请ssl证书,并且安装到v2ray, 此时我们将最终配置信息记录下来。
注:一般复制 URL导入链接:vmess:/..... 这个就行 直接到v2ray客户端导入即可
2、下载BBR一键安装脚本,并且执行安装
wget –no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh
chmod +x bbr.sh
./bbr.sh
出现Info: The system needs to be restart. Do you want to reboot? [y/n] 填写y
lsmod | grep bbr 出现 tcp_bbr 即表明安装并启动成功
V2Ray 配置文件路径:/etc/v2ray/config.json
启动 V2ray:systemctl start v2ray
停止 V2ray:systemctl stop v2ray
启动 Nginx:systemctl start nginx
停止 Nginx:systemctl stop nginx
客户端下载地址
下载v2ray core
下载地址:https://github.com/v2ray/v2ray-core/releases/latest
选择 v2ray-windows-64.zip 下载,如果你的系统是 32 位的那就选择 v2ray-windows-32.zip。
下载完成,解压。
下载 v2RayN
下载链接: https://github.com/2dust/v2rayN/releases/latest
然后选择 V2RayN.exe 下载
将下载完成后的 V2RayN.exe 复制到之前打开的 V2Ray 文件夹目录
发表评论