I have a Cloudflare Access with a policy on every subdomain (*.domain.tld) and a reverse proxy (traefik) on my <domain.tld>.
This is working pretty well with a lots of services I have. But now I want to have a UDP/TCP that will run on <exemple.domani.tld> and the reverse proxy will redirect the defined port to the correct service, but the requests are not even getting to traefik, so my guess is that Cloudflare Access are blocking them.
Does Cloudflare Access also blocks unauthenticated UDP/TCP requests? If so, is there a way that I can bypass certain ports?