tskuzzy
CDCloudflare Developers
•Created by tskuzzy on 6/11/2024 in #general-help
Does it matter if a Cloudflare tunnel's DNS record is proxied or not?
2 replies
CDCloudflare Developers
•Created by tskuzzy on 5/10/2024 in #workers-help
Calling a private service behind a cloudflared tunnel
I currently have service running in a private VPC on AWS that I want to talk to from CloudFlare Workers. So I set up a cloudflared tunnel to it. I got everything working by setting up a public hostname and protecting it with a "Self-Hosted" Application using aa service auth token.
However I'm a bit uncomfortable with having a public DNS record (even if it's technically protected by the Application policies). e.g. what if someone accidentally deletes the Application?
Is it possible to get rid of the public hostname altogether and call the
*.cfargotunnel.com
address directly from Workers?9 replies
CDCloudflare Developers
•Created by tskuzzy on 5/6/2024 in #workers-help
How many workers are running?
Is there a way to see how many worker instances are running for my site? I'm running an in-memory cache, and just trying to estimate what the cache hit rate will be.
9 replies