Hi Kyle,
DNSJava is a stable implementation of DNS in Java.
http://www.dnsjava.org/
Here is the JavaDoc for doing DNS lookups:
http://www.dnsjava.org/doc/org/xbill/DNS/Lookup.html
Asim
On Tue, Sep 15, 2015 at 3:34 PM, Kyle Sexton wrote:
> Does anyone have a recommendation or know of a good l
I've not used it, but Java comes with a DNS provider for JNDI too:
https://docs.oracle.com/javase/8/docs/technotes/guides/jndi/jndi-dns.html
On Mon, Oct 19, 2015 at 12:50 PM, Pierre-Yves Ritschard
wrote:
> Hi Kyle,
>
> If you don't mind synchronous queries, "InetAddress/getByName" will do the
Hi Kyle,
If you don't mind synchronous queries, "InetAddress/getByName" will do the
job just fine and use your system resolving parameters.
http://docs.oracle.com/javase/6/docs/api/index.html?java/net/InetAddress.html#getByName
Cheers,
- pyr
On Mon, Oct 19, 2015 at 9:56 AM, JvJ wrote:
> DNS