From 1ebde356930c5c35c7a42d4d66bf37647d024ceb Mon Sep 17 00:00:00 2001 From: mathieuHa Date: Fri, 30 Sep 2022 21:54:51 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4a00fc..8149efe 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The crowdsec utility will provide the community blocklist which contains highly When used with crowdsec it will leverage the local API which will analyze traefik logs and take decisions on the requests made by users/bots. Malicious actors will be banned based on patterns against your website. There are 4 operating modes (CrowdsecMode) for this plugin: -|------|------| + | Mode | Description | |------|------| | none | If the client IP is on ban list, it will get a http code 403 response. Otherwise, request will continue as usual. All request call the Crowdsec LAPI |