From c7fe6a8945ed2d7144a5463d74b57297697cc588 Mon Sep 17 00:00:00 2001 From: QihanNX Date: Wed, 29 Jul 2026 17:53:54 +0800 Subject: [PATCH] Update uptime.config.ts --- uptime.config.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/uptime.config.ts b/uptime.config.ts index 333bc04..1bcca2f 100644 --- a/uptime.config.ts +++ b/uptime.config.ts @@ -32,6 +32,20 @@ const workerConfig: WorkerConfig = { target: 'cn-bj-1.qwq.fan:7000', timeout: 5000, }, + { + id: '40', + name: '腾讯云北京-2', + method: 'TCP_PING', + target: 'cn-bj-4.qwq.fan:30000', + timeout: 5000, + }, + { + id: '29', + name: '百度云北京-1', + method: 'TCP_PING', + target: 'cn-bj-2.qwq.fan:20000', + timeout: 5000, + }, ], // [Optional] Notification settings notification: {