awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesRequest Blocking

Capabilities for rejecting incoming HTTP requests based on IP addresses or custom security criteria.

Distinct from Attestation-Based Request Blocking: Unlike attestation-based blocking, this covers generic IP and rule-based request rejection.

Explore 1 awesome GitHub repository matching security & cryptography · Request Blocking. Refine with filters or upvote what's useful.

Awesome Request Blocking GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • kickstarter/rack-attackkickstarter 的头像

    kickstarter/rack-attack

    5,744在 GitHub 上查看↗

    该项目是一个用于 Ruby Web 应用的 Rack 中间件,提供速率限制和应用层防火墙功能。它作为安全层,根据自定义规则对 HTTP 请求进行限流和拦截,从而保护 Web 服务器免受恶意流量攻击。 该系统具备 IP 封禁和恶意客户端拦截功能。它实现了请求白名单机制以绕过对受信任用户的限制,并使用基于时间窗口的速率限制来控制请求频率。 该中间件涵盖了流量管理和监控功能,包括实时跟踪请求模式和仪表化流量事件的能力。它还允许在请求被拦截或限流时自定义响应体和响应头。

    Provides the ability to reject requests from forbidden IP addresses or those matching custom security rules.

    Ruby
    在 GitHub 上查看↗5,744
  1. Home
  2. Security & Cryptography
  3. Request Blocking