From da067c7b21a9a339a18d92b77a2c6ebb37696a16 Mon Sep 17 00:00:00 2001 From: Gabe Date: Fri, 15 May 2026 17:32:00 +0000 Subject: [PATCH] Update Proxy_Containers/traefik/README.md --- Proxy_Containers/traefik/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Proxy_Containers/traefik/README.md b/Proxy_Containers/traefik/README.md index 2ea7478..a11af39 100644 --- a/Proxy_Containers/traefik/README.md +++ b/Proxy_Containers/traefik/README.md @@ -28,10 +28,10 @@ Running container of [crowdsec](https://scripts.gabesville.com/Gabesville/Docker ### Testing: Test CrowdSec Is Actually Blocking \ -1. Ban your own IP: `docker exec crowdsec cscli decisions add --ip ` \ -2. Check your list of banned IPs: `docker exec crowdsec cscli decisions list` \ +1. Ban your own IP: `docker exec crowdsec cscli decisions add --ip ` +2. Check your list of banned IPs: `docker exec crowdsec cscli decisions list` 3. Go to one of URLs \ -Note: using crowdsecMode: stream, decisions sync every 60 seconds — so the ban may take up to a minute to take effect \ +Note: using crowdsecMode: stream, decisions sync every 60 seconds — so the ban may take up to a minute to take effect 4. Unban yourself: `docker exec crowdsec cscli decisions delete --ip ` ### Optional: