我的阿里云是新加坡节点,装了trojan用来看netflix,今天突然无法连接了。
症状如下:
- 国内ssh可以登录
- 多次尝试重新安装一键xray,修改证书,更改域名都无济于事。
- 伪装网站国内无法访问,国外可以。
判断,国内443端口被封了。
解决办法:
1,修改或添加trojan/vless/vmess等端口,反正443是不能用了。
2,阿里云后台防火墙策略组里添加相应端口。
on going
我的阿里云是新加坡节点,装了trojan用来看netflix,今天突然无法连接了。
症状如下:
判断,国内443端口被封了。
解决办法:
1,修改或添加trojan/vless/vmess等端口,反正443是不能用了。
2,阿里云后台防火墙策略组里添加相应端口。
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
bash <(wget –no-check-certificate -qO- ‘https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh’) -d 10 -v 64 -a
登录名:root
登录密码:MoeClub.org
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
注意事项:
万能一键
wget -O jcnfbox.sh https://raw.githubusercontent.com/Netflixxp/jcnf-box/main/jcnfbox.sh && chmod +x jcnfbox.sh && clear && ./jcnfbox.sh
启动
systemctl start trojan
重启
systemctl restart trojan
关闭
systemctl stop trojan
状态查询(如果有显示绿色active(running),就表示正常运行中)
systemctl status trojan
错误查询
journalctl -e -u trojan.service
开机自动启动
systemctl enable trojan
禁止开机自动启动
systemctl disable trojan