I am trying to get DNRD to serve certain records from the master file in a round robin manner.
I have tried several combinations e.g.:
1.1.1.1 hostnameA
2.2.2.2 hostnameA
1.1.1.1 2.2.2.2 hostnameA
1.1.1.1, 2.2.2.2 hostnameA
1.1.1.1,2.2.2.2 hostnameA
Still nothing works. It is not stated in the man pages whether this is even possible or not and I can not find any other examples online.
Please note this question is not about the resolver/forwarding nameservers round robin option.
No, it isn't supported. I looked at the latest sources, in particular
master.c
line 846 where an response to anA
query is made.