Just curious, what makes you think that is a Cloudflare worker coming from that IP address?
Just curious, what makes you think that is a Cloudflare worker coming from that IP address?
Error: proxy request failed, cannot connect to the specified address. error, and noticed block entries originating from that IP. Whitelisting it resolved the error on "cannot connect" error on Cloudflare's end, so I'm highly confident that's coming from the worker.cf-connecting-ip or cf-worker coming from it?
Edit Cloudflare Workers for dave-worker something that Cloudflare auto-created for a Worker?
Edit Cloudflare Workers (no worker name suffix) that I don't recall creating either

vars
cf-connecting-ipcf-workerexport default {
fetch() { return new Response("foo") }
}Edit Cloudflare Workers for dave-worker