Hello
Is there a easy way to manage some internal DNS records from the Cloudflare interface without publishing the data all over the internet?
Example:
Should be able to ping it from anywhere:
- public domain.com pointing to 104.27.1.2 (can be DNS only, or proxied via Cloudflare)
Should be able to ping it from my network/VPN only, and nobody outside this network should know that those IPs/sub-domains exist:
- private sub-domain wiki.domain.com pointing to my internal IP 10.9.1.2
- private sub-domain foo.domain.com pointing to my internal IP 10.9.1.3
Is there some kind of Cloudflare agent I can put on some server to achieve this (without having to install/maintain bind/etc on my ubuntu servers)
If not, what are the best practices for this?