Update Proxy_Containers/traefik/README.md
This commit is contained in:
@@ -35,3 +35,13 @@ Ban your own IP: `docker exec crowdsec cscli decisions add --ip <your-ip>` \
|
|||||||
Go to one of URLs \
|
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 \
|
||||||
Unban yourself: `docker exec crowdsec cscli decisions delete --ip <your-ip>`
|
Unban yourself: `docker exec crowdsec cscli decisions delete --ip <your-ip>`
|
||||||
|
|
||||||
|
### Optional:
|
||||||
|
Setup CrowdSec Console (cloud)
|
||||||
|
1. Go to app.crowdsec.net and create a free account
|
||||||
|
2. Once signed in > Click "Engines" in the left sidebar
|
||||||
|
3. Click "Enroll a new engine" or "Enroll command"
|
||||||
|
4. Copy the key
|
||||||
|
5. Back on your server, run: `docker exec crowdsec cscli console enroll <enrollment-key>`
|
||||||
|
6. Restart crowdsec container
|
||||||
|
7. If you ever want to remove: `docker exec crowdsec cscli console disable --all`
|
||||||
Reference in New Issue
Block a user