add warning that its beta version
This commit is contained in:
parent
9464f837df
commit
3d529f254f
1 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
|
||||
|
||||
<p align="center"> <b>Crowdsec BETA</b> </p>
|
||||
<p align="center"> :warning: <b>Crowdsec BETA </b> :warning: </p>
|
||||
|
||||
<p align="center">
|
||||
<img src="docs/assets/images/crowdsec_logo1.png" alt="CrowdSec" title="CrowdSec" />
|
||||
|
@ -38,3 +38,8 @@ This repository contains the code for the two main components of crowdsec :
|
|||
- `crowdsec` : the daemon a-la-fail2ban that can read, parse, enrich and apply heuristis to logs. This is the component in charge of "detecting" the attacks
|
||||
- `cscli` : the cli tool mainly used to interact with crowdsec : ban/unban/view current bans, enable/disable parsers and scenarios.
|
||||
|
||||
## :warning: Beta version
|
||||
|
||||
Please note that crowdsec is currently in beta version, use with caution !
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue