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 <[email protected]> wrote: > 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 <[email protected]> wrote: > >> DNS clients happen to be my job. If you can't find one, maybe I'll >> conttibute to something. >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Clojure" group. >> To post to this group, send email to [email protected] >> Note that posts from new members are moderated - please be patient with >> your first post. >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/clojure?hl=en >> --- >> You received this message because you are subscribed to the Google Groups >> "Clojure" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
