~修复meta内核切换mix模式报错
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -4,5 +4,5 @@ clash_v=v1.7.1
|
|||||||
meta_v=v1.18.10
|
meta_v=v1.18.10
|
||||||
singboxp_v=1.10.0-alpha.29-067c81a7
|
singboxp_v=1.10.0-alpha.29-067c81a7
|
||||||
singbox_v=1.10.3
|
singbox_v=1.10.3
|
||||||
versionsh=1.9.2alpha2
|
versionsh=1.9.2alpha2fix
|
||||||
GeoIP_v=20241130
|
GeoIP_v=20241130
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Copyright (C) Juewuy
|
# Copyright (C) Juewuy
|
||||||
|
|
||||||
version=1.9.2alpha2
|
version=1.9.2alpha2fix
|
||||||
|
|
||||||
setdir() {
|
setdir() {
|
||||||
dir_avail() {
|
dir_avail() {
|
||||||
|
|||||||
@@ -1443,7 +1443,7 @@ set_dns_mod() { #DNS模式设置
|
|||||||
echo -e "\033[36m已设为 $dns_mod 模式!!\033[0m"
|
echo -e "\033[36m已设为 $dns_mod 模式!!\033[0m"
|
||||||
;;
|
;;
|
||||||
3)
|
3)
|
||||||
if [ "$crashcore" = singbox -o "$crashcore" = singboxp ]; then
|
if [ "$crashcore" = singbox ] || [ "$crashcore" = singboxp ] || [ "$crashcore" = meta ]; then
|
||||||
dns_mod=mix
|
dns_mod=mix
|
||||||
setconfig dns_mod $dns_mod
|
setconfig dns_mod $dns_mod
|
||||||
echo -----------------------------------------------
|
echo -----------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user