Remove duration for remove csli crowdsec

This commit is contained in:
MathieuHa
2022-11-19 12:26:49 +01:00
parent 490e5e934f
commit c9a3f1f8a8
+1 -1
View File
@@ -184,7 +184,7 @@ docker-compose up -d
```bash
docker-compose up -d crowdsec
docker exec crowdsec cscli decisions add --ip 10.0.0.10 -d 10m # this will be effective 10min
docker exec crowdsec cscli decisions remove --ip 10.0.0.10 -d 10m
docker exec crowdsec cscli decisions remove --ip 10.0.0.10
```
### Local Mode