v1.0.0beta17.3

~新增自定义默认过滤端口功能
~屏蔽已被封禁的gitee下载源
~修复新用户无法正常启动新手引导的bug
~修复部分设备重启后代理失效的bug
~修复偶尔检测更新出错的bug
This commit is contained in:
juewuy 2020-12-08 23:25:57 +08:00
parent 5adb662ece
commit c87208983b
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -37,7 +37,7 @@ webget(){
url="https://cdn.jsdelivr.net/gh/juewuy/ShellClash" url="https://cdn.jsdelivr.net/gh/juewuy/ShellClash"
if [ "$test" -gt 0 ];then if [ "$test" -gt 0 ];then
url="https://cdn.jsdelivr.net/gh/juewuy/ShellClash@master" url="https://cdn.jsdelivr.net/gh/juewuy/ShellClash@master"
[ "$test" -eq 2 ] && url="http://192.168.31.30:8080/clash-for-Miwifi" [ "$test" -eq 2 ] && url="http://192.168.31.31:8080/ShellClash"
[ "$test" -eq 3 ] && url="http://192.168.123.90:8080/clash-for-Miwifi" [ "$test" -eq 3 ] && url="http://192.168.123.90:8080/clash-for-Miwifi"
else else
webget /tmp/clashrelease $url@master/bin/release_version echoon rediroff 2>/tmp/clashrelease webget /tmp/clashrelease $url@master/bin/release_version echoon rediroff 2>/tmp/clashrelease

View File

@ -711,7 +711,7 @@ setserver(){
fi fi
elif [ "$num" = 9 ]; then elif [ "$num" = 9 ]; then
update_url='http://192.168.31.30:8080/clash-for-Miwifi' update_url='http://192.168.31.31:8080/ShellClash'
else else
errornum errornum
update update