Skip to content

Commit

Permalink
chore: add crowdsec bouncer
Browse files Browse the repository at this point in the history
  • Loading branch information
l4rm4nd authored Oct 22, 2024
1 parent 0861b70 commit d8b2217
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/traefik/traefik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ api:
log:
level: INFO

# crowdsec bouncer
#experimental:
# plugins:
# bouncer:
# moduleName: github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin
# version: v1.2.1

#metrics:
# influxDB2:
# address: http://influxdb2:8086
Expand Down Expand Up @@ -102,6 +109,7 @@ entryPoints:
middlewares:
- security-headers@file # reference to a dynamic middleware for setting http security headers per default
- rate-limit@file # reference to a dynamic middleware for enabling rate limiting per default
#- crowdsec@file # reference to a dynamic middleware for enabling crowdsec bouncer

providers:
providersThrottleDuration: 2s
Expand Down

0 comments on commit d8b2217

Please sign in to comment.