Dnsruby version 1.0
Posted by alexd on Nov 16th, 2007
I’ve just released version 1.0 of dnsruby. You can find it here or install it by running :
gem install Dnsruby –test
Dnsruby now does pretty much everything you would expect from a stub resolver library - with the exception of DNSSEC (which will come with dnsruby version 2.0). However, you can still do signed zone tranfers and signed dynamic updates with this release. EDNS(0) is also fully supported. It can use EventMachine for its I/O, or an inbuilt pure Ruby event loop.
For more information, check out the RDoc and have a rummage through the demo folder in the distribution.
Enjoy!

(3 votes, average: 4 out of 5)