Hi there,
I am new to the ZeroTrust Access. I would check if ZeroTrust Access can protect self-hosted web application that has DNS is not hosted by Cloudflare?
I tried to do so, but subdomain name NS is not supported.
Best regards,
Pui Wong
Hi there,
I am new to the ZeroTrust Access. I would check if ZeroTrust Access can protect self-hosted web application that has DNS is not hosted by Cloudflare?
I tried to do so, but subdomain name NS is not supported.
Best regards,
Pui Wong
Hello sp.wong
Yes, ZeroTrust Access can protect self-hosted web applications regardless of where the DNS is hosted. You would need to tunnel the traffic to your application through Cloudflare using Cloudflare Tunnel . This does not require a DNS record.
Here are the steps to set this up:
cloudflared
on the server hosting your application.cloudflared
by running cloudflared tunnel login
and following the prompts.cloudflared tunnel create <tunnel_name>
.cloudflared tunnel --url http://localhost:<your_port>
.cloudflared tunnel route dns <tunnel_id> <hostname>
to create a DNS record for your tunnel.Remember to replace <tunnel_name>
, <your_port>
, <tunnel_id>
, and <hostname>
with your actual values.
Regards
Hi hafida,
Thanks for the guidance.
I tried to setting the tunnel but stuck in the step 5 DNS record part.
It requires to migrate whole domain name to Cloudflare.
I could setup a subdomain CNAME record in my DNS server but not intend to migrate the whole DNS to Cloudflare.
Best regards,
Pui Wong
Hi there,
Cloudflare supports a CNAME setup option for domains on a Business or Enterprise plan. Further information is available in our knowledge center, here:
https://support.cloudflare.com/hc/articles/360020348832
I hope this helps. Please let us know if you have further questions.