Skip to content

Commit

Permalink
chore: adjust crowdsec middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
l4rm4nd authored Oct 22, 2024
1 parent 9740c4c commit ce62790
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions examples/traefik/fileConfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,26 +95,20 @@ http:
# plugin:
# bouncer:
# enabled: true
# updateIntervalSeconds: 60
# updateMaxFailure: 0
# defaultDecisionSeconds: 60
# httpTimeoutSeconds: 10
# crowdsecMode: live
# crowdsecAppsecFailureBlock: true
# crowdsecAppsecUnreachableBlock: true
# crowdsecLapiKey: $CROWDSEC-BOUNCER-API-TOKEN
# crowdsecLapiKey: FIXME-LAPI-KEY # <--- replace this later
# crowdsecLapiHost: crowdsec:8080
# crowdsecLapiScheme: http
# crowdsecLapiTLSInsecureVerify: false
# crowdsecCapiScenarios:
# - crowdsecurity/traefik
# - crowdsecurity/http-cve
# - crowdsecurity/appsec-virtual-patching
# - crowdsecurity/appsec-generic-rules
# forwardedHeadersTrustedIPs:
# # private class ranges
# - 10.0.0.0/8
# - 172.16.0.0/12
# - 192.168.0.0/16
# # cloudflare ipv4
# - 103.21.244.0/22
# - 103.22.200.0/22
# - 103.31.4.0/22
Expand All @@ -130,6 +124,7 @@ http:
# - 190.93.240.0/20
# - 197.234.240.0/22
# - 198.41.128.0/17
# # cloudflare ipv6
# - 2400:cb00::/32
# - 2606:4700::/32
# - 2803:f800::/32
Expand All @@ -138,6 +133,7 @@ http:
# - 2a06:98c0::/29
# - 2c0f:f248::/32
# clientTrustedIPs:
# # private class ranges
# - 10.0.0.0/8
# - 172.16.0.0/12
# - 192.168.0.0/16
Expand Down

0 comments on commit ce62790

Please sign in to comment.