WP Manifestindependent plugin directory
manifest / security / request-queue

WP Request Queue

一个简单的wordpress网址访问队列插件,从软件层对访问请求进行一定的限制。

by WP Request Queue · github.com/fanhuacg2004/request-queue · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/fanhuacg2004/request-queue/archive/refs/heads/main.zip

主要功能

  • 请求队列管理 - 对高并发请求进行排队处理,确保服务器稳定运行
  • 白名单机制 - 正常访客自动加入白名单,无需重复排队
  • CC攻击防御 - 智能检测并阻止恶意请求
  • IP封禁管理 - 自动封禁异常IP,支持手动管理
  • 实时监控 - 后台可视化监控队列状态和攻击情况
  • 自定义等待页面 - 可自定义用户等待时看到的页面内容
  • 响应式设计 - 等待页面完美适配各种设备

工作原理

  1. 用户访问网站时,插件会检查请求频率
  2. 正常访客首次访问成功后自动加入白名单
  3. 白名单用户可直接访问,无需排队
  4. 如果白名单用户请求过于频繁,将被移出白名单
  5. 非白名单用户将进入队列等待
  6. 恶意请求将被自动识别并阻止

Installation

  1. 下载插件并解压到 /wp-content/plugins/wp-request-queue 目录
  2. 在WordPress后台"插件"页面激活插件
  3. 前往"设置 > 请求队列"配置插件参数
  4. 根据需要自定义等待页面内容

Screenshots

  1. 后台设置页面
  2. 队列监控界面
  3. 白名单管理
  4. IP封禁管理
  5. 攻击日志
  6. 等待页面效果

如有问题或建议,请访问 GitHub 提交issue。

Releases

1 release.

Tag
Published
1.0.0 latest
Jun 7, 2026 3mo ago

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.