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
Example request
{
"ips": [
"10.0.0.0",
"10.0.0.1"
],
"domain": "facebook.com",
"ms": 60000
}Response
Successful response