From 033b9f11202f3da93094c92694da86be4f59a5a4 Mon Sep 17 00:00:00 2001 From: Stephane de Labrusse Date: Wed, 22 Jan 2025 14:56:24 +0100 Subject: [PATCH] Add Crowdsec documentation for community blocklist activation and usage (#142) --- crowdsec.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/crowdsec.rst b/crowdsec.rst index f0deeb57..56f2bc4d 100644 --- a/crowdsec.rst +++ b/crowdsec.rst @@ -31,6 +31,15 @@ disabling the ``Enable central API`` option under the ``Advanced`` section. You can also connect your instance to `CrowdSec console `_ by filling the ``Enroll the CrowdSec instance`` field. +Community blocklist vs Community blocklist (Lite) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +CrowdSec provides a `community blocklist `_ that is shared among all users. To activate this feature, you need to: + +- Enable the Central API option. +- Enroll your CrowdSec instance in the console. + +To access the full community blocklist (beyond the Lite version), you must share at least some ban decisions with the Central API every 24 hours. +If your server has few or no bans, it will be considered as a blocking state, preventing access to the complete blocklist. Command-line interface ======================