Cloudflare worker bouncer

Greetings,

I am trying to set up multiple zones on the cloudflare-worker-bouncer.yaml (I am using it with docker) but if I add another zone ( I have one working at the moment), I have this showing up:

time=“2025-11-24T23:59:28Z” level=fatal msg=“unable to parse config: turnstile must be enabled for zone zone_id to support captcha action”

Which is weird as it’s the one that is working at the moment.

The token can control all zones so it’s not that, I tried to check if it was an issue with the yaml but it doesn’t look like it it’s that too.

Any ideas on what I could be doing wrong?

Thank you!

Got this one sorted, exec’ed inside the bouncer container and ran:

crowdsec-cloudflare-worker-bouncer -g YOUR_TOKEN -o /etc/crowdsec/bouncers/crowdsec-cloudflare-worker-bouncer.yaml

It does generate the whole thing for you