~修复meta内核切换mix模式报错

This commit is contained in:
juewuy
2024-12-03 12:46:23 +08:00
parent b8fd25af73
commit 0bcd549367
6 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh
# Copyright (C) Juewuy
version=1.9.2alpha2
version=1.9.2alpha2fix
setdir() {
dir_avail() {

View File

@@ -1443,7 +1443,7 @@ set_dns_mod() { #DNS模式设置
echo -e "\033[36m已设为 $dns_mod 模式!!\033[0m"
;;
3)
if [ "$crashcore" = singbox -o "$crashcore" = singboxp ]; then
if [ "$crashcore" = singbox ] || [ "$crashcore" = singboxp ] || [ "$crashcore" = meta ]; then
dns_mod=mix
setconfig dns_mod $dns_mod
echo -----------------------------------------------