@@ -36,19 +36,19 @@ exposed applications. It can also be used in a standalone mode using auto-prepen
3636To be able to use this bouncer, the first step is to install [ CrowdSec v1] ( https://doc.crowdsec.net/docs/getting_started/install_crowdsec/ ) .
3737CrowdSec is only in charge of the "detection", and won't block anything on its own. You need to deploy a bouncer to "apply" decisions.
3838
39- Please note that first and foremost CrowdSec must be installed on a server that is accessible via the server where
40- this library is installed.
39+ Please note that first and foremost a CrowdSec agent must be installed on a server that is accessible by this library.
4140
4241## Features
4342
44- - Fast API client
45- - LAPI Support (CAPI not supported yet)
43+ - CrowdSec LAPI Support (CAPI not supported yet)
44+ - Handle IP, IP ranges and Country scoped decisions
45+ - Clear, prune and refresh the LAPI cache
46+ - ` Live mode ` or ` Stream mode `
47+ - Large PHP matrix compatibility: 7.2.x, 7.3.x, 7.4.x, 8.0.x and 8.1.x
4648- Built-in support for the most known cache systems like Redis, Memcached, PhpFiles
47- - ** Live mode** or ** Stream mode**
4849- Events logged using monolog
49- - Large PHP matrix compatibility: 7.2.x, 7.3.x, 7.4.x and 8.0.x
5050- Cap remediation level (ex: for sensitives websites: ban will be capped to captcha)
51- - Clear, prune and refresh the cache
51+
5252
5353
5454## Usage
0 commit comments