简介:Liunx解决网络问题,使用ShellCrash进行操作。
1. 安装环境
1 | sudo apt update |
2. 安装ShellCrash
1 | export url='https://fastly.jsdelivr.net/gh/juewuy/ShellCrash@master' && wget -q --no-check-certificate -O /tmp/install.sh $url/install.sh && bash /tmp/install.sh && source /etc/profile &> /dev/null |
3. 放行端口
1 | iptables -I INPUT -p tcp --dport 9999 -j ACCEPT |
4. 配置节点
1 | crash |
5. 测试打开google
1 | curl google.com |
6. 测速
1 | sudo apt install speedtest-cli |