Merge branch 'master' of https://github.com/juewuy/clash-for-Miwifi
This commit is contained in:
11
README.md
11
README.md
@@ -16,8 +16,13 @@
|
||||
~确认路由器或设备已经开启SSH并获取root权限<br>
|
||||
~使用SSH连接工具(如putty,JuiceSSH,mac终端)登陆路由器或设备的SSH管理界面<br>
|
||||
~在SSH界面执行如下安装命令,并按照提示安装clash管理脚本<br>
|
||||
openwrt输入:
|
||||
```Shell
|
||||
sh -c "$(curl -kfsSl https://cdn.jsdelivr.net/gh/juewuy/ShellClash@latest/install.sh)" && source /etc/profile &> /dev/null
|
||||
sh -c "$(curl -kfsSl https://cdn.jsdelivr.net/gh/juewuy/ShellClash@1.0.0beta5/install.sh)" && source /etc/profile &> /dev/null
|
||||
```
|
||||
其他Linux系统输入:
|
||||
```Shell
|
||||
bash -c "$(curl -kfsSl https://cdn.jsdelivr.net/gh/juewuy/ShellClash@1.0.0beta5/install.sh)" && source /etc/profile &> /dev/null
|
||||
```
|
||||
~安装完成管理脚本后,执行如下命令以运行管理脚本<br>
|
||||
```Shell
|
||||
@@ -28,7 +33,7 @@ clash
|
||||
--
|
||||
~支持小米/红米全系使用官方系统或官方开发版系统的路由器设备(ac2100系列除外)<br>
|
||||
~支持所有基于openwrt或使用openwrt二次开发的路由器设备<br>
|
||||
~兼容各种运行标准Linux系统(如debian、centos等发行版系统)的设备<br>
|
||||
~有限兼容各种运行标准Linux系统(如debian、centos等发行版系统)的设备<br>
|
||||
~不兼容的Linux设备或CPU架构请提issue(提供设备名称及运行uname -a返回的设备核心信息)或前往TG群反馈<br>
|
||||
|
||||
更新日志:
|
||||
@@ -44,7 +49,7 @@ https://github.com/juewuy/clash-for-Miwifi/releases
|
||||
~Tun模式下clash服务可能会和路由器内置的网游加速器冲突,请谨慎同时使用<br>
|
||||
~Redir模式暂不支持转发udp流量,外服游戏可能会受影响,外服游戏用户建议使用Tun模式<br>
|
||||
~部分设备长时间使用会出现内存占用偏高——此为golang内存回收不及时导致,可以通过屏蔽p2p流量及设置每日定时重启核心以缓解<br>
|
||||
~自建节点无法连接——在【clash功能设置】中打开【跳过本地证书验证】<br>
|
||||
~节点无法连接——在【clash功能设置】中打开【跳过本地证书验证】<br>
|
||||
|
||||
友情推广:
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user