|
18 | 18 | - [Find IP of your docker services](#find-ip-of-your-docker-services) |
19 | 19 | - [Unit test](#unit-test) |
20 | 20 | - [Integration test](#integration-test) |
21 | | - - [Auto-prepend mode (standalone mode)](#auto-prepend-mode-standalone-mode) |
22 | | - - [End-to-end tests](#end-to-end-tests) |
23 | 21 | - [Coding standards](#coding-standards) |
24 | 22 | - [PHPCS Fixer](#phpcs-fixer) |
25 | 23 | - [PHPSTAN](#phpstan) |
|
30 | 28 | - [Generate CrowdSec tools and settings on start](#generate-crowdsec-tools-and-settings-on-start) |
31 | 29 | - [Redis debug](#redis-debug) |
32 | 30 | - [Memcached debug](#memcached-debug) |
33 | | -- [Example scripts](#example-scripts) |
34 | | - - [Clear cache script](#clear-cache-script) |
35 | | - - [Full Live mode example](#full-live-mode-example) |
36 | | - - [Set up the context](#set-up-the-context) |
37 | | - - [Get the remediation the clean IP "1.2.3.4"](#get-the-remediation-the-clean-ip-1234) |
38 | | - - [Now ban range 1.2.3.4 to 1.2.3.7 for 12h](#now-ban-range-1234-to-1237-for-12h) |
39 | | - - [Clear cache and get the new remediation](#clear-cache-and-get-the-new-remediation) |
40 | 31 | - [Discover the CrowdSec LAPI](#discover-the-crowdsec-lapi) |
41 | 32 | - [Use the CrowdSec cli (`cscli`)](#use-the-crowdsec-cli-cscli) |
42 | 33 | - [Add decision for an IP or a range of IPs](#add-decision-for-an-ip-or-a-range-of-ips) |
|
0 commit comments