SSR+FCM
SSR+BBR
BBR 加速
因为安装BBR重启后SSR会失效,需要重新安装,所以先安装BBR
实测 vultr 使用 BBR 加速的话,会经常出现连不上的情况
1 2 3 4
| yum -y install wget wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh chmod +x bbr.sh ./bbr.sh
|
SSR
1
| wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubi/doubi/master/ssrmu.sh && chmod +x ssrmu.sh && bash ssrmu.sh
|
- 数字:1
- IP :(回车)
- 用户:(回车)
- 端口:(回车)
- 密码:(回车)
- 加密:10
- 协议:2
- 旧版:n
- 混淆:5
- 原版:n
- 设备:(回车)
- 限速:(回车)
- 总速:(回车)
- 流量:(回车)
- 禁端:(回车)
- 确认:y
搭建参数
FCM-for-Mojo::WebQQ
先进行一键安装,装好大体环境
然后再分布安装,去除bug
别忘了后面修复错误的命令
一键安装
1 2
| yum install git -y git clone https://github.com/null-ecp/FFM-one-step.git && source ~/FFM-one-step/GCM.sh
|
分步安装
1 2 3 4 5 6 7 8 9 10 11 12
| systemctl stop firewalld systemctl disable firewalld yum install -y perl-Crypt-OpenSSL-RSA perl-Crypt-OpenSSL-Bignum cpanm Webqq::Encryption curl -sL https://rpm.nodesource.com/setup_9.x | bash - yum -y install nodejs git clone https://github.com/RikkaApps/FCM-for-Mojo-Server.git cd FCM-for-Mojo-Server cp config.example.js config.js npm install screen -S qq npm start
|
修复12月6日
1 2 3 4
| git clone https://github.com/sjdy521/Mojo-Webqq cd Mojo-Webqq perl Makefile.PL make install
|