feat: harden forwarded headers and automate Cloudflare IP sync
This commit is contained in:
@@ -9,7 +9,7 @@ http:
|
||||
cloudflare:
|
||||
trustedCIDRs: []
|
||||
overwriteRequestHeader: true
|
||||
debug: true
|
||||
debug: false
|
||||
crowdsec:
|
||||
plugin:
|
||||
bouncer:
|
||||
@@ -34,7 +34,7 @@ http:
|
||||
block-direct-access:
|
||||
rule: "HostRegexp(`{host:.+}`)" # Matches any host
|
||||
service: noop@internal
|
||||
priority: 1 # Low priority to catch unmatched requests
|
||||
priority: -1 # Low priority to catch unmatched requests
|
||||
entryPoints:
|
||||
- web
|
||||
- websecure
|
||||
|
||||
Reference in New Issue
Block a user