local-data: "host1014.some.domain.eu. A 192.168.0.198"
local-data: "198.0.168.192.in-addr.arpa. PTR host1014.some.domain.eu."
local-data: "mail.other.local.us. A 192.168.0.150"
local-data: "150.0.168.192.in-addr.arpa. PTR mail.other.local.us."
Ah, I misunderstood the problem then. I was coming at it from the side of the provider of DNS, not the consumer of DNS. I apologize for the noise.That might be technically correct answer, but not mine issue. I just wanted to have a some kind of local DNS server addresses rotation, presumably pseudo random. I do not trust any single one public provider.
I doubt you'll have a say in the matter. Even if you set up a simple resolver then it will basically always cache its results effectively keeping several records hosted locally for a period of time.I do not want to host local DNS records.
First of all: why? What are you hoping to achieve by this? Because I can't help wonder if you're not trying to solve a symptom of some sort while not fully overseeing the way things work with DNS.All I care for, is to distribute my DNS queries across arbitrary chosen list of servers. Is there a simple solution to this?
Yeah, you'll run into a problem because the whole infrastructure wasn't really build for this. For example /etc/resolv.conf only allows for up to 3 nameserver entries where basically only the first one will be used and the others as fallback.I just wanted to not "put all eggs in one basket" with Google DNS nor Open NIC or any other sole DNS supplier for my local machine. Similar to original question about "option rotate".