cURL
curl --request GET \ --url http://127.0.0.1:22100/v1/xdp/blacklist \ --header 'Authorization: Bearer <token>'
{ "count": 123, "items": [ { "ip": "<string>", "prefix_len": 123, "reason": "<string>", "blocked_at_ns": 123, "ttl_ms": 123, "remaining_ms": 123 } ] }
Documentation IndexFetch the complete documentation index at: https://arc.sdjz.wiki/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://arc.sdjz.wiki/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1 <= x <= 65536
Blacklist entries
Show child attributes