update tcp example

This commit is contained in:
cppla 2024-11-25 16:50:32 +08:00
parent 67d7c5ea0f
commit f85c0a87f9
2 changed files with 5 additions and 5 deletions

@ -95,13 +95,13 @@ cd ServerStatus/server && make
{ {
"name": "监测网站,默认为一天在线率", "name": "监测网站,默认为一天在线率",
"host": "https://www.baidu.com", "host": "https://www.baidu.com",
"interval": 300, "interval": 1200,
"type": "https" "type": "https"
}, },
{ {
"name": "监测tcp服务端口", "name": "监测tcp服务端口",
"host": "114.114.114.114:53", "host": "223.5.5.5:53",
"interval": 300, "interval": 1200,
"type": "tcp" "type": "tcp"
} }
], ],

@ -46,8 +46,8 @@
"type": "https" "type": "https"
}, },
{ {
"name": "114", "name": "alidns",
"host": "114.114.114.114:53", "host": "223.5.5.5:53",
"interval": 1200, "interval": 1200,
"type": "tcp" "type": "tcp"
} }