diff --git a/uptime.config.ts b/uptime.config.ts index a80ebed..7d2cc97 100644 --- a/uptime.config.ts +++ b/uptime.config.ts @@ -16,7 +16,7 @@ const pageConfig: PageConfig = { '🌐 企业服务集群': ['www.xinnew.top', 'mail.sec.hn.cn','sec.hn.cn','www.sec.hn.cn'], '🔐 合作业务集群': ['ms.sec.hn.cn','htc-ms.xinnew.top','chats.sec.hn.cn','zcz.xinnew.top','doraemon.xinnew.top'], '🛡️ 公共服务资源': ['gemini-sg.xinnew.top','gemini.xinnew.top','new-xl.xinnew.top','xl-d0h-server.xinnew.top'], - '🌐 数据接口': ['passport.xinnew.top','69yun69.com','passport-us.sec.hn.cn', 'passport-sg.sec.hn.cn','doh.sec.hn.cn'], + '🌐 数据接口': ['passport.xinnew.top','69yun69.com','passport-us.sec.hn.cn', 'passport-sg.sec.hn.cn','doh.sec.hn.cn','ningmengyun.sec.hn.cn'], }, } @@ -189,6 +189,15 @@ const workerConfig: WorkerConfig = { target: 'https://doh.sec.hn.cn/dns-query', timeout: 100, }, + { + id: 'ningmengyun.sec.hn.cn', + name: 'DOH核查', + // `method` should be `TCP_PING` for tcp monitors + method: 'GET', + // `target` should be `host:port` for tcp monitors + target: 'http://ningmengyun.sec.hn.cn/', + timeout: 100, + }, ], notification: { // [Optional] apprise API server URL