Hello, I’m running some service on a machine with a Cloudflare Tunnel using Zero Trust. The “problem” I have is that the service is getting the IP from the Cloudflare domain and then, when I try to communicate to the IP not using the domain, the request does not reach the service.
I think that because the hosts on Cloudflare are using multiple IP’s, and when you send the request to the IP directly, Cloudflare doesn’t know where to send the request. Is this correct? So you need to always send your request through the domain. The problem here is that I need to be able to talk to the IP also on some control port.
I need to know if my reasoning is correct. Thank you