跳转到主要内容
POST
/
cache
/
fakeip
/
flush
清除 FakeIP 缓存
curl --request POST \
  --url http://{host}:{port}/cache/fakeip/flush \
  --header 'Authorization: Bearer <token>'

授权

Authorization
string
header
必填

在请求头中携带 Authorization: Bearer ${secret},其中 secret 对应配置中的 secret 字段。若未设置 secret 可省略,但强烈建议设置。

响应

204

清除成功,无返回内容。

最后修改于 2026年6月23日