mirror of
https://github.com/juewuy/ShellCrash.git
synced 2024-11-16 03:32:34 +08:00
v0.8.0更新
~大幅度优化脚本UI及层级 ~增加在线更新脚本功能 ~增加在线更新、替换clash核心功能 ~内置dns增加redir-host支持,解决了部分应用无法连接的bug ~优化了配置文件修饰途径,现在支持通过scp上传任意yaml配置文件 ~增加了直接导入完整订阅链接的选项(待测试) ~增加了更多的订阅后端服务器
This commit is contained in:
parent
bd455f222e
commit
16cf5897c3
Binary file not shown.
|
@ -8,6 +8,7 @@ echo "** by Juewuy **"
|
||||||
echo "***********************************************"
|
echo "***********************************************"
|
||||||
|
|
||||||
getconfig(){
|
getconfig(){
|
||||||
|
clashdir=/etc/clash
|
||||||
#版本号
|
#版本号
|
||||||
clashfm=0.8.0
|
clashfm=0.8.0
|
||||||
#更新服务器地址
|
#更新服务器地址
|
||||||
|
|
|
@ -6,6 +6,7 @@ USE_PROCD=1
|
||||||
START=99
|
START=99
|
||||||
|
|
||||||
getconfig(){
|
getconfig(){
|
||||||
|
clashdir=/etc/clash
|
||||||
ccfg=$clashdir/mark
|
ccfg=$clashdir/mark
|
||||||
if [ ! -f "$ccfg" ]; then
|
if [ ! -f "$ccfg" ]; then
|
||||||
echo mark文件不存在,默认以Redir模式运行!
|
echo mark文件不存在,默认以Redir模式运行!
|
||||||
|
|
Loading…
Reference in New Issue
Block a user