12 lines
274 B
YAML
12 lines
274 B
YAML
http:
|
|
middlewares:
|
|
crowdsec-bouncer:
|
|
forwardAuth:
|
|
address: http://bouncer-traefik:8080/api/v1/forwardAuth
|
|
trustForwardHeader: true
|
|
|
|
internal-only:
|
|
ipAllowList:
|
|
sourceRange:
|
|
- "192.168.0.0/24"
|
|
- "127.0.0.1/32" |