v1

latestSwagger 2.0MIT2026-07-1743969.5 KB
Proxy

Ban a list of IPs on a specific port for a certain amunt of time

post/proxies/{port}/banips

Path parameters

portinteger required

Existing proxy port

Request body

ipsstring[] required
domainstring
msinteger

Example request

{
  "ips": [
    "10.0.0.0",
    "10.0.0.1"
  ],
  "domain": "facebook.com",
  "ms": 60000
}

Response

Successful response