So inside my network, we have a local DNS server (bind9). Let's say our internal zone is veridani.com
, when I make local entries such as test.veridani.com
it would work normally, and when I'm looking for something that isn't *.veridani.com it would look in 1.1.1.1 which is Cloudflare.
The issue I'm facing is that when I add a public DNS entry in Cloudflare, such as nord.veridani.com
, the lookup never resolves to the public IP in CF DNS, and I'd have to add the same DNS entry locally for it to work. PS: The public entry I'm talking about is pointing to an other public IP)
Is there a way for the DNS resolver to look in the public DNS as well even if it's a subdomain of the same network zone (veridani.com)?