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": "监测网站,默认为一天在线率",
"host": "https://www.baidu.com",
"interval": 300,
"interval": 1200,
"type": "https"
},
{
"name": "监测tcp服务端口",
"host": "114.114.114.114:53",
"interval": 300,
"host": "223.5.5.5:53",
"interval": 1200,
"type": "tcp"
}
],

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