From d2aab8ee4b72d810142f37fb769932aa11a6d587 Mon Sep 17 00:00:00 2001 From: legiz-ru Date: Fri, 9 May 2025 22:18:30 +0300 Subject: [PATCH] add no overwrite key for Clash Mi --- app/bot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/bot.php b/app/bot.php index 0125138..8bffb04 100644 --- a/app/bot.php +++ b/app/bot.php @@ -6360,7 +6360,7 @@ DNS-over-HTTPS with IP: header("Location: hiddify://install-config/?url=$si"); exit; case 'c': - header("Location: clash://install-config/?url=$cl&name=$email"); + header("Location: clash://install-config/?url=$cl&overwrite=no&name=$email"); exit; case 'w': $link = htmlspecialchars($si, ENT_XML1, 'UTF-8');