简体中文
curl "http://127.0.0.1:22999/api/proxies/{PORT}/banips" -H "Content-Type: application/json" -d '{"ips":["10.0.0.1","20.0.0.1"],"domain":"example.com","ms":60000}'
API 端点: POST /api/proxies/{PORT}/banips
POST
/api/proxies/{PORT}/banips
现有代理服务器端口号
所要封禁的 IP。例如 ["10.0.0.1", "20.0.0.1"]
["10.0.0.1", "20.0.0.1"]
封禁向指定域发送请求的 IP
在指定毫秒内封禁 IP
此页面对您有帮助吗?