Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl "http://127.0.0.1:22999/api/refresh_ips" -H "Content-Type: application/json" -d '{"zone":"ZONE","ips":["10.0.0.1"]}'
{ "ips": [ { "ip":"10.0.0.1", "maxmind":"us" }, { "ip":"20.0.0.1", "maxmind":"us" } ] }
使用Bright Data代理管理器API刷新区域中的IP/gIP。在本地代理管理器端口22999上调用POST /api/refresh_ips。
POST
/api/refresh_ips
ips=["ip1","ip2"]
vips=["gip1","gip2"] [array]
此页面对您有帮助吗?