Using bind (9.11) i can do a dig with client subnet and make my DNS resolver choose A record based on client subnet (ecs), but i want to put a recursive DNS in between the authoritative server and client , where the Recursive DNS should forward the client subnet to the Authoritative server and receive relevant A record.
dig @ sample.com +subnet=10.0.0.0.24
Where the recursive-dns should forward this request to the Authoritative server along with client subnet.
Is there a way to configure my recursive dns to do that.
thanks,