脚本地址:https://github.com/wulabing/V2Ray_ws-tls_bash_onekey,上面有详细介绍。适配更高版本的linux(Centos8 Debian10 Ubuntu19.04),没有233boy脚本中对真相媒体的屏蔽。视频内容不是完全针对小白,有些操作没有在视频中体现,所以要做出视频中的效果需要对v2ray的ws+tls+cdn的部署有一些基础。这个可以结合频道主前期的视频或本站“突破封锁”栏目以前的一些文章进行学习。当然,最好的方式还是关于文章有任何疑问请访问天地行论坛https://tiandixing.org/viewforum.php?f=58发帖交流。这样大家才好有针对性的回答和解决问题。
视频中所使用的命令行:
安装常用软件
yum -y update && yum -y install unzip zip wget nano sudo curl firewalld redhat-lsb epel-release socat gcc git
新版CentOS8&新版V2Ray三件套一鍵安裝代碼
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
开启bbr加速
wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh && chmod +x bbr.sh && ./bbr.sh