Add logic return to bypass when IP is unfiltered, update documentation

This commit is contained in:
MathieuHa
2022-11-19 12:16:20 +01:00
parent 3742b6b540
commit 5b0d4b533f
9 changed files with 128 additions and 9 deletions
@@ -33,7 +33,7 @@ services:
labels:
- "traefik.enable=true"
# Definition of the router
- "traefik.http.routers.router1.rule=Host(`localhost`)"
- "traefik.http.routers.router1.rule=Path(`/foo`)"
- "traefik.http.routers.router1.entrypoints=web"
- "traefik.http.routers.router1.middlewares=crowdsec1@docker"
# Definition of the service