站点图标 Linux-技术共享

简单V2RAY(VMESS+TLS)的搭建方式(最稳定的协议+高端口)

Centos OS 7 64 Bit 系统总共就两条代码而已,域名解析(不要开启小云朵)

我们先更新系统,安装一部分的组件和屏幕的组件:  yum -y update && yum -y install screen zip unzip vim && screen -S bbrscreen

1,BBRPLUS+FQ加速: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

重启后再重复执行这条语句: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

小技巧:现在服务器重启了,我们重建一个窗口,语法如下:
创建窗口: screen -S windows;
退出窗口:按住 contrl+AD按键 退出;
恢复窗口:screen -r windows;
这样可以避免 安装的时候 断线的情况;
现在开始执行代码安装V2RAY:bash <(curl -L -s https://raw.githubusercontent.com/wulabing/V2Ray_ws-tls_bash_onekey/master/install.sh) | tee v2ray_ins.log

剩下的就是等待了,安装后 ,选择生成的链接方式!就成功了

退出移动版