From f8527cc2971b47f2fa94c00444f82f74abca99fe Mon Sep 17 00:00:00 2001 From: cppla Date: Mon, 1 Sep 2025 19:39:33 +0800 Subject: [PATCH] update config --- server/config.json | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/server/config.json b/server/config.json index ec8507a..3685163 100644 --- a/server/config.json +++ b/server/config.json @@ -40,16 +40,28 @@ ], "monitors": [ { - "name": "baidu", + "name": "抖音", + "host": "https://www.douyin.com", + "interval": 1200, + "type": "https" + }, + { + "name": "京东", + "host": "https://www.jd.com", + "interval": 1200, + "type": "https" + }, + { + "name": "百度", "host": "https://www.baidu.com", "interval": 1200, "type": "https" }, { - "name": "1111", - "host": "1.1.1.1:80", + "name": "淘宝", + "host": "https://www.taobao.com", "interval": 1200, - "type": "tcp" + "type": "https" } ], "sslcerts": [