curl "http://127.0.0.1:22999/api/proxies/{PORT}/unbanip" \
    -H "Content-Type: application/json" \
    -d '{"ip":"1.2.1.2","domain":"example.com"}'

API endpoint: POST /api/proxies/{PORT}/unbanip

Path Parameter

PORT
string
required

Existing proxy port number

POST body

ip
string
required

IP to unban. e.g. ip="1.2.1.2"

domain
string

Unban the IP for sending requests to the specified domain.