From 2460aaa5fc4a1a0505031f00a0283320312f0db6 Mon Sep 17 00:00:00 2001 From: eooce <142894633+eooce@users.noreply.github.com> Date: Sat, 18 Jan 2025 12:33:45 +0800 Subject: [PATCH] =?UTF-8?q?serv00=20|=20CT8=20=E4=BF=9D=E6=B4=BB=20=20?= =?UTF-8?q?=E6=97=A0=E5=93=AA=E5=90=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- keep.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/keep.sh b/keep.sh index 91b9b81..c225df8 100644 --- a/keep.sh +++ b/keep.sh @@ -170,20 +170,20 @@ connect_ssh() { # 发送服务恢复消息 send_telegram_message "✅ Serv00服务已恢复 -🖥️ 服务器: $host 👤 账户: $ssh_user +🖥️ 服务器: $host 📡 节点订阅: V2rayN: https://$ssh_user.serv00.net/${SUB_TOKEN}_v2.log -Clash: https://$ssh_user.serv00.net/${SUB_TOKEN}_clash.log -Sing-box: https://$ssh_user.serv00.net/${SUB_TOKEN}_singbox.log" +Clash: https://$ssh_user.serv00.net/get_sub.php?file=${SUB_TOKEN}_clash.yaml +Sing-box: https://$ssh_user.serv00.net/get_sub.php?file=${SUB_TOKEN}_singbox.yaml" return 0 else red "$time 连接失败,请检查你的账户密码 服务器: $host 账户: $ssh_user" # 发送失败通知 send_telegram_message "❌ SSH连接失败 -🖥️ 服务器: $host 👤 账户: $ssh_user +🖥️ 服务器: $host ⚠️ 请检查你的账户密码" return 0 fi