From: Sam Roberts Date: 2003-05-29T01:31:55+09:00 Subject: Re: Arbitrary DNS queries? Use resolv.rb from the ruby 1.8 source. Cheers, Sam Quoteing spamblock@danisch.de, on Sun, May 25, 2003 at 05:51:21AM +0900: > Jason Creighton wrote: > > > > > require 'socket' > > IPSocket.getaddress(hostname) > > > > See also: > > http://www.rubycentral.com/book/lib_network.html > > > Nope, this is good for A RR only. But there are much > more Record Types, and I need to read the raw answer of new > record types (e.g. APL and RMX). > > Hadmut > >