From 596b6db61f592b72f082caee25180154f2ee8948 Mon Sep 17 00:00:00 2001 From: XUZHONGXIN Date: Sat, 2 Aug 2025 00:41:33 +0800 Subject: [PATCH] Update uptime.config.ts --- uptime.config.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/uptime.config.ts b/uptime.config.ts index 92d91da..6275f94 100644 --- a/uptime.config.ts +++ b/uptime.config.ts @@ -39,18 +39,18 @@ const workerConfig: WorkerConfig = { id: 'gemini-sg.xinnew.top', name: 'GeminiAPI网关1', // `method` should be `TCP_PING` for tcp monitors - method: 'GET', + method: 'TCP_PING', // `target` should be `host:port` for tcp monitors - target: 'https://gemini-sg.xinnew.top/', + target: 'gemini-sg.xinnew.top:443', timeout: 10000, }, { id: 'gemini.xinnew.top', name: 'GeminiAPI网关2', // `method` should be `TCP_PING` for tcp monitors - method: 'GET', + method: 'TCP_PING', // `target` should be `host:port` for tcp monitors - target: 'https://gemini.xinnew.top', + target: 'gemini.xinnew.top:443', timeout: 10000, }, { @@ -84,7 +84,7 @@ const workerConfig: WorkerConfig = { id: 'xl-d0h-server.xinnew.top', name: '加密DOH解析服务', // `method` should be `TCP_PING` for tcp monitors - method: 'TCP_PING', + method: 'GET', // `target` should be `host:port` for tcp monitors target: 'https://xl-d0h-server.xinnew.top/', timeout: 10000,