Connecting to a TCP tunnel from Cloudflare Workers
If I'm using Cloudflare Zero Trust tunnel to expose a TCP service, will my Cloudflare Worker automatically have access to it (assuming no access policy was created), or do I need to use a service token?
1 Reply
It's exposed with a public hostname btw
I've confirmed that
cloudflared access tcp
works with the service, but that of course isn't a thing within Cloudflare Workers.
I'm also curious if service tokens work with cloudflared access tcp
if I want to avoid the manual login step?