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

Changes

No recorded changes to this endpoint across all 52 revisions of this API.