跳转到主要内容

Documentation Index

Fetch the complete documentation index at: https://docs.brightdata.com/llms.txt

Use this file to discover all available pages before exploring further.

API 端点: POST /api/proxies/{PORT}/unbanip

路径参数

PORT
string
必填
现有代理服务器的端口号

POST body

ip
string
必填
要解禁的 IP。例如 ip="1.2.1.2"
domain
string
解禁向指定域发送请求的 IP。
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"}'