云服务器自建飞机
云服务器自建飞机
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
   | yum -y install wget wget -N --no-check-certificate https://softs.fun/Bash/ssr.sh && chmod +x ssr.sh && bash ssr.sh
  yum -y install wget wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubi/doubi/master/ssr.sh && chmod +x ssr.sh && bash ssr.sh
  yum -y install wget wget -N --no-check-certificate https://cdn.qqiyu.cn/ssr.sh && chmod +x ssr.sh && bash ssr.sh
  -----
  wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubi/doubi/master/ssrmu.sh && chmod +x ssrmu.sh && bash ssrmu.sh
  wget -N --no-check-certificate http://cdn.qqiyu.cn/ssrmu.sh && chmod +x ssrmu.sh && bash ssrmu.sh
  #开放端口 比如你设置的SSR端口为1025 firewall-cmd --zone=public --add-port=1025/tcp --permanent firewall-cmd --zone=public --add-port=1025/udp --permanent 
   | 
 
复制上面的代码到服务器里,按回车键,脚本会自动安装,以后只需要运行这个快捷命令就可以出现下图的界面进行设置,快捷管理命令为:bash ssr.sh
谷歌BBR加速
1 2 3 4 5 6 7 8 9 10 11
   | yum -y install wget
  wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh
  chmod +x bbr.sh
  ./bbr.sh
  lsmod | grep bbr
  出现 tcp_bbr
   |