From be48218690e7c5a501717c3a583ccef694d37d18 Mon Sep 17 00:00:00 2001 From: SubINaclS Date: Thu, 4 Jun 2026 11:20:20 +0000 Subject: [PATCH] Update techniques/fail2ban/howto_rate_limit_fail2ban.md --- techniques/fail2ban/howto_rate_limit_fail2ban.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techniques/fail2ban/howto_rate_limit_fail2ban.md b/techniques/fail2ban/howto_rate_limit_fail2ban.md index 56639a1..06d8c57 100644 --- a/techniques/fail2ban/howto_rate_limit_fail2ban.md +++ b/techniques/fail2ban/howto_rate_limit_fail2ban.md @@ -56,7 +56,7 @@ failregex = ^ - .* "GET /tarpit/.*" 200 ## 4 -- Integration with Aggressive-Bot Map -Use the same `map` or `SetEnvIf` from the Anubis and decompression how-tos so rate limiting and Fail2Ban only apply to known violators. +Use the same `map` or `SetEnvIf` from the Anubis and decompression howto's so rate limiting and Fail2Ban only apply to known violators. ## 5 -- Testing