I want to create a test DNS server in ruby, but could not find anything suitable. I found pnet-dns(http://rubyforge.org/projects/pnet-dns/). This project is incomplete and buggy. Is there any alternative?
|
|
A language-agnostic alternative is to use PowerDNS pipe backend. Because it communicates with a name server across a simple pipe, it can be written in any language, including Ruby. (The simple example in the documentation uses Perl but it should be easy to translate.) |
||
|
|
|
|
Have you looked at Dnsruby? It aims to be fully RFC compliant, although it focuses primarily on the client side. It is, however, possible to write your own server - use |
|||
|
|
