Update Proxy_Containers/traefik/README.md

This commit is contained in:
2026-05-15 17:32:00 +00:00
parent 1bc9b3f61f
commit da067c7b21
+3 -3
View File
@@ -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 <your-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 <your-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 <your-ip>`
### Optional: