小米路由器自从没了USB接口之后,获取ssh都很麻烦,还有一直都有自动升级覆盖ssh问题,需要固化才行,shellclash是在小米路由器上面运行比较好的代理软件了,体积很小,这玩意儿支持的设备很多,你可以在路由器里面安装小米可以(魔改的op),各类linux都可以,好像HASSOS内部都可以安装,除了win不行。我换了360V6,刷的OP,感觉还可以
安装命令
#ghproxy.com加速
export url='https://ghproxy.com/https://raw.githubusercontent.com/juewuy/ShellClash/master' && sh -c "$(curl -kfsSl $url/install.sh)" && source /etc/profile &> /dev/null
#github-CDN源
export url='https://raw.githubusercontent.com/juewuy/ShellClash/master' && sh -c "$(curl -kfsSl $url/install.sh)" && source /etc/profile &> /dev/null
#jsdelivrCDN源
export url='https://cdn.jsdelivr.net/gh/juewuy/ShellClash@master' && sh -c "$(curl -kfsSl $url/install.sh)" && source /etc/profile &> /dev/null
。做主路由了。机场很便宜的得注意安全,要不机场跑路要不得你自己跑路。。。。不过玩ha没有科学上网事倍功半吧是。
https://github.com/juewuy/ShellClash
|