From f7dbfd023e33fb2c197f08d980ff74f2f74b3b74 Mon Sep 17 00:00:00 2001 From: XUZHONGXIN Date: Mon, 1 Dec 2025 17:34:44 +0800 Subject: [PATCH] Add new DOH check configuration --- uptime.config.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/uptime.config.ts b/uptime.config.ts index 36a27d9..f45fa53 100644 --- a/uptime.config.ts +++ b/uptime.config.ts @@ -180,6 +180,15 @@ const workerConfig: WorkerConfig = { target: 'https://passport.xinnew.top/', timeout: 10000, }, + { + id: 'doh.sec.hn.cn', + name: 'DOH核查', + // `method` should be `TCP_PING` for tcp monitors + method: 'GET', + // `target` should be `host:port` for tcp monitors + target: 'https://doh.sec.hn.cn/dns-query', + timeout: 100, + }, ], notification: { // [Optional] apprise API server URL