curl "http://127.0.0.1:22999/api/banlist/{PORT}?full=true"
{
"ips": [
"10.20.30.40",
"50.60.70.80|example.com"
]
}
curl "http://127.0.0.1:22999/api/banlist/{PORT}?full=true"
{
"ips": [
"10.20.30.40",
"50.60.70.80|example.com"
]
}
GET
/api/banlist/{PORT}
full=true
参数是可选的,可用于提供有关封禁列表中每个条目的更多详情{
"ips": [
"10.20.30.40",
"50.60.70.80|example.com"
]
}
curl "http://127.0.0.1:22999/api/banlist/{PORT}?full=true"
此页面对您有帮助吗?