Skip to content

Commit

Permalink
Update uptime.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Niu-820 authored Dec 3, 2024
1 parent 40363a6 commit fc3f4ef
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions uptime.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,11 @@ const workerConfig = {
{
id: 'mc.nbtca.space',
name: 'mc.nbtca.space',
method: 'TCP', // Using TCP method instead of GET
target: 'mc.nbtca.space',
tooltip: '监控 nbtca.space 的TCP端口',
target: 'mc.nbtca.space', // 目标地址
port: 25565, // Minecraft的默认端口
tooltip: '监控 mc.nbtca.space 的TCP端口',
statusPageLink: 'https://mc.nbtca.space',
port: 25565, // TCP端口,通常是HTTP的80或HTTPS的443,取决于监控目标
timeout: 10000,
timeout: 10000, // 设置一个合理的超时时间
},
],
callbacks: {
Expand Down

0 comments on commit fc3f4ef

Please # to comment.