v1

latestSwagger 2.0MIT2026-07-1743969.5 KB
Proxy

Get the banned IPs of a specific port

get/banlist/{port}

Path parameters

portinteger required

Existing proxy port

Response

Successful response

ipsstring[]

Example response

{
  "ips": [
    "10.0.0.0",
    "10.0.0.1"
  ]
}