Trojan安装方法
运行安装脚本
source <(curl -sL https://git.io/trojan-install)
卸载方法
source <(curl -sL https://git.io/trojan-install) --remove
安装BBR加速
wget
yum -y install wget # centos
apt-get install wget # Debian
- 运行脚本
wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
安装失败重新运行安装脚本即可