diff --git a/bin/ShellCrash.tar.gz b/bin/ShellCrash.tar.gz index bfe0e71..da6b196 100644 Binary files a/bin/ShellCrash.tar.gz and b/bin/ShellCrash.tar.gz differ diff --git a/bin/clashfm.tar.gz b/bin/clashfm.tar.gz index dbc3a93..50566bd 100644 Binary files a/bin/clashfm.tar.gz and b/bin/clashfm.tar.gz differ diff --git a/bin/version b/bin/version index a301a66..980a968 100644 --- a/bin/version +++ b/bin/version @@ -4,5 +4,5 @@ clash_v=v1.7.1 meta_v=v1.19.3 singboxp_v=1.10.0-alpha.29-067c81a7 singbox_v=1.10.7 -versionsh=1.9.2beta1 +versionsh=1.9.2beta2 GeoIP_v=20250314 diff --git a/scripts/init.sh b/scripts/init.sh index 6f4d6d7..83a229e 100644 --- a/scripts/init.sh +++ b/scripts/init.sh @@ -1,7 +1,7 @@ #!/bin/sh # Copyright (C) Juewuy -version=1.9.2beta1 +version=1.9.2beta2 setdir() { dir_avail() { diff --git a/scripts/menu.sh b/scripts/menu.sh index 9a48c50..3a0a5f8 100644 --- a/scripts/menu.sh +++ b/scripts/menu.sh @@ -115,7 +115,7 @@ ckstatus() { #检查执行权限 [ ! -x ${CRASHDIR}/start.sh ] && chmod +x ${CRASHDIR}/start.sh #检查/tmp内核文件 - for file in $(ls -F /tmp | grep -v [/$] | grep -v ' ' | grep -Ev ".*(gz|zip|7z|tar)$" | grep -iE 'CrashCore|^clash$|^clash-linux.*|^mihomo.*|^sing.*box|^clash.meta.*'); do + for file in $(ls /tmp | grep -v [/$] | grep -v ' ' | grep -Ev ".*(gz|zip|7z|tar)$" | grep -iE 'CrashCore|^clash$|^clash-linux.*|^mihomo.*|^sing.*box|^clash.meta.*'); do file=/tmp/$file chmod +x $file echo -e "发现可用的内核文件: \033[36m$file\033[0m " @@ -143,7 +143,7 @@ ckstatus() { echo ----------------------------------------------- done #检查/tmp配置文件 - for file in $(ls -F /tmp | grep -v [/$] | grep -v ' ' | grep -iE '.yaml$|.yml$|config.json$'); do + for file in $(ls /tmp | grep -v [/$] | grep -v ' ' | grep -iE '.yaml$|.yml$|config.json$'); do file=/tmp/$file echo -e "发现内核配置文件: \033[36m$file\033[0m " read -p "是否加载为$crashcore的配置文件?(1/0) > " res diff --git a/scripts/webget.sh b/scripts/webget.sh index 35d79f5..9d758fa 100644 --- a/scripts/webget.sh +++ b/scripts/webget.sh @@ -2316,7 +2316,8 @@ userguide(){ #设置加密DNS if [ -s $openssldir/certs/ca-certificates.crt ];then dns_nameserver='https://223.5.5.5/dns-query, https://doh.pub/dns-query, tls://dns.rubyfish.cn:853' - dns_fallback='https://1.0.0.1/dns-query, https://8.8.4.4/dns-query, https://doh.opendns.com/dns-query' + #dns_fallback='https://1.0.0.1/dns-query, https://8.8.4.4/dns-query, https://doh.opendns.com/dns-query' + dns_fallback=$dns_nameserver setconfig dns_nameserver \'"$dns_nameserver"\' setconfig dns_fallback \'"$dns_fallback"\' fi