Re: Querying DNS from Haskell

2003-09-16 Thread Tomasz Zielonka
On Tue, Sep 16, 2003 at 03:59:10PM +0200, Peter Simons wrote: > Hi, > > is anyone aware of a library for Haskell, which allows to query domain > name servers for MX, A, and PTR records in a non-blocking way? > > My first guess was to create an Interface to ADNS [1], but I figured, > maybe someone

Querying DNS from Haskell

2003-09-16 Thread Peter Simons
Hi, is anyone aware of a library for Haskell, which allows to query domain name servers for MX, A, and PTR records in a non-blocking way? My first guess was to create an Interface to ADNS [1], but I figured, maybe someone else has already solved this problem? Peter [1] http://www.gnu.org/softw