标签 ping6 下的文章

新增河南郑州移动监测节点,并对Ping检测、端口Ping、路由追踪、HTTP状态检测等功能进行优化,新增可选择多节点监测。
Ping(IPV4)检测:https://api.urlce.com/docs_detail_ping.html
Ping(IPV6)检测:https://api.urlce.com/docs_detail_ping6.html
端口检测:https://api.urlce.com/docs_detail_portping.html
路由追踪https://api.urlce.com/docs_detail_traceroute.html
HTTP状态监测:https://api.urlce.com/docs_detail_zt.html

{

"msg": "获取成功",
"nodecode": {
    "cn": 200,
    "jp": 200,
    "us": 200
},
//200成功;201超时;202不支持IPV6;-200节点故障
"ip": { //获取的IPV6
    "cn": "2402:4e00:1900:1400:0:9227:71e8:2ccc",
    "jp": "2600:140b:400:193::180c",
    "us": "2001:559:19:488c::180c"
},
"data": { //Ping值
    "cn": "21.675ms",
    "jp": "0.954ms",
    "us": "5.257ms"
},
"statu": "true",
"url": "https://www.qq.com",
"code": 1001 
}

新增域名IPV6 Ping检测功能,域名Ping6检测可实时检测域名的IPV6Ping值,支持多节点检测,支持输入IPV6和域名进行检测,仅支持IPV6的Ping
IPV6 Ping:https://api.urlce.com/docs_detail_ping6.html
IPV4 Ping:https://api.urlce.com/docs_detail_ping.html