From: Ingo B. <in...@ji...> - 2017-08-13 19:47:58
|
> dnsjava works perfectly for me when I do a single PTR record lookup. > However, if I try to do more than 1, it always fails for me (regardless of > the DNS server I point to) > > Here's the code snippet and the response. Can anyone tell me how I can get > this to work? Nothing, since this is a DNS limitation and not specific to dnsjava. See also the answers in [1] or [2]. You'll need to send separate queries. > Any insight would be appreciated! -Kumar Ingo [1] https://lists.isc.org/pipermail/bind-users/2008-August/072383.html [2] https://stackoverflow.com/questions/4082081 |