GitHub 项目地址:点击访问
视频安装地址:点击观看
(支持 Trojan 的 V2rayN):点击下载
1、检查 SELinux 是否为关闭状态
一般情况下,VPS 的 SELinux 处于关闭状态,但是不排除所有,大家检查一下!
/usr/sbin/sestatus -v ##如果返回参数为 enabled 即为开启,disabled 为关闭
若是开启状态,如何关闭 SELinux 服务?
修改 /etc/selinux/config
文件
将 SELINUX=enforcing
改为 SELINUX=disabled
重启 VPS 以后 SELinux 即为关闭状态。
2、安装基础依赖环境
yum -y install wget ##ContOS Yum 安装 wgetapt-get install wget ##Debian Ubuntu 安装 wget
3、开始运行 Trojan 安装代码
代码很简单,三行代码,大家一行一行的复制进去运行,任何问题均有相关提示!
wget -N --no-check-certificate "https://raw.githubusercontent.com/V2RaySSR/Trojansh/master/trojan1.sh" && chmod +x trojan1.sh && ./trojan1.sh
wget -N --no-check-certificate "https://raw.githubusercontent.com/V2RaySSR/Trojansh/master/trojan2.sh" && chmod +x trojan2.sh && ./trojan2.sh
wget -N --no-check-certificate "https://raw.githubusercontent.com/V2RaySSR/Trojansh/master/trojan3.sh" && chmod +x trojan3.sh && ./trojan3.sh
4、安装 BBRPLUS 加速
wget -N --no-check-certificate "https://github.com/ylx2016/Linux-NetSpeed/releases/download/sh/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
原文地址:点击查看