v5.2.0
版本发布时间: 2018-03-30 04:31:27
rack/rack-attack最新发布版本:v6.7.0(2023-08-02 05:35:58)
Added
- Shorthand for blocking an IP address
Rack::Attack.blocklist_ip("1.2.3.4")
(#320) - Shorthand for blocking an IP subnet
Rack::Attack.blocklist_ip("1.2.0.0/16")
(#320) - Shorthand for safelisting an IP address
Rack::Attack.safelist_ip("5.6.7.8")
(#320) - Shorthand for safelisting an IP subnet
Rack::Attack.safelist_ip("5.6.0.0/16")
(#320) - Throw helpful error message when using
allow2ban
but cache store is misconfigured (#315) - Throw helpful error message when using
fail2ban
but cache store is misconfigured (#315)