mirror of
https://github.com/juewuy/ShellCrash.git
synced 2024-11-16 19:55:57 +08:00
v1.0.0beta17.3
~新增自定义默认过滤端口功能 ~屏蔽已被封禁的gitee下载源 ~修复新用户无法正常启动新手引导的bug ~修复部分设备重启后代理失效的bug ~修复偶尔检测更新出错的bug
This commit is contained in:
parent
5adb662ece
commit
c87208983b
Binary file not shown.
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user