any dns experts here? DNS loop
I have a server that has been deligated dns control by my ISP.When I do an rDNS lookup, if the record exists it eventually gets to my server and reports everything fine.
however, if the rDNS record does not exist on my name server, my name server tries to pass the query along to the root servers, then the root servers end up passing it back to my name servers which causes a loop.
Is there any way I can tell bind to not pass along the query if the record does not exist? I want the query to stop at my name servers.