From 7836c336b71c71187d521c4d700cb7a2a61b1c8c Mon Sep 17 00:00:00 2001 From: Thibault bui Koechlin Date: Mon, 20 Jul 2020 17:20:50 +0200 Subject: [PATCH] typo --- docs/blockers/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blockers/index.md b/docs/blockers/index.md index cd2e25152..a6e8053f0 100644 --- a/docs/blockers/index.md +++ b/docs/blockers/index.md @@ -3,7 +3,7 @@ {{blockers.Name}} are standalone software pieces in charge of acting upon blocked IPs. -They can either be either within the applicative stack, or work out of band : +They can either within the applicative stack, or work out of band : [nginx blocker](https://github.com/crowdsecurity/cs-nginx-blocker) will check every unknown IP against the database before letting go through or serving a *403* to the user, while a [netfilter blocker](https://github.com/crowdsecurity/cs-netfilter-blocker) will simply "add" malevolent IPs to nftables/ipset set of blacklisted IPs.