You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure what is going on, I checked and I have no rules on any of my domains and no main firewall rule, I ran this to remove everything to make sure. sudo docker run --rm -it -v ./cloudflare/cfg.yaml:/etc/crowdsec/bouncers/crowdsec-cloudflare-bouncer.yaml --name BouncerRecovery 'crowdsecurity/cloudflare-bouncer' -d
Here are the API permissions:
But no matter what I do I get No changes to IP rules which means I have zero rules added to cloudflare.
Here is my cfg.yaml
# Config generated by using /etc/crowdsec/bouncers/crowdsec-cloudflare-bouncer.yaml as basecrowdsec_lapi_url: http://crowdsec:8080/crowdsec_lapi_key: [redacted]crowdsec_update_frequency: 10sinclude_scenarios_containing: [] # ignore IPs banned for triggering scenarios not containing either of provided wordexclude_scenarios_containing: [] # ignore IPs banned for triggering scenarios containing either of provided wordonly_include_decisions_from: [] # only include IPs banned due to decisions orginating from provided sources. eg value ["cscli", "crowdsec"]cloudflare_config:accounts:
- id: [redacted]zones:
- zone_id: [redacted]actions:
- managed_challenge
- zone_id: [redacted]actions:
- managed_challenge
- zone_id: [redacted]actions:
- managed_challengetoken: [redacted]ip_list_prefix: crowdsecdefault_action: managed_challengetotal_ip_list_capacity: 9990# only this many latest IP decisions would be keptupdate_frequency: 30sdaemon: falselog_mode: stdoutlog_dir: /var/log/log_level: infolog_max_size: 0log_max_age: 0log_max_backups: 0compress_logs: nullprometheus:
enabled: truelisten_addr: 127.0.0.1listen_port: "2112"key_path: ""cert_path: ""ca_cert_path: ""
Not sure what is going on, I checked and I have no rules on any of my domains and no main firewall rule, I ran this to remove everything to make sure.
sudo docker run --rm -it -v ./cloudflare/cfg.yaml:/etc/crowdsec/bouncers/crowdsec-cloudflare-bouncer.yaml --name BouncerRecovery 'crowdsecurity/cloudflare-bouncer' -d
Here are the API permissions:
But no matter what I do I get No changes to IP rules which means I have zero rules added to cloudflare.
Here is my cfg.yaml
And my docker compose:
The text was updated successfully, but these errors were encountered: