阿里云FQ无法连接的解决办法

我的阿里云是新加坡节点,装了trojan用来看netflix,今天突然无法连接了。

症状如下:

  1. 国内ssh可以登录
  2. 多次尝试重新安装一键xray,修改证书,更改域名都无济于事。
  3. 伪装网站国内无法访问,国外可以。

判断,国内443端口被封了。

解决办法:

1,修改或添加trojan/vless/vmess等端口,反正443是不能用了。

2,阿里云后台防火墙策略组里添加相应端口。

多功能一键脚本和trojan一键

1,bbr/tg/dd系统/neflix检测 脚本

wget -N –no-check-certificate https://raw.githubusercontent.com/veip007/hj/master/hj.sh && chmod +x hj.sh && bash hj.sh

2,trojan一键

wget -P /root -N –no-check-certificate “https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh” && chmod 700 /root/install.sh && /root/install.sh

一键dd debian系统和一键xray

一键dd debian

bash <(wget –no-check-certificate -qO- ‘https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh’) -d 10 -v 64 -a

登录名:root

登录密码:MoeClub.org

一键xray

wget -P /root -N –no-check-certificate https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh && chmod 700 /root/install.sh && /root/install.sh

注意事项:

  1. 智能dns解析选择no
  2. 完成后复制相应的链接到openwrt的ssrp内直接导入节点即可。

万能一键

wget -O jcnfbox.sh https://raw.githubusercontent.com/Netflixxp/jcnf-box/main/jcnfbox.sh && chmod +x jcnfbox.sh && clear && ./jcnfbox.sh