I like to write a DNS tool wo can convert records from bind8/bind9 to djbdns or to othe dns server.. if the RFC spec. is not to long why not self write a dns server? Easy and simple... Try yourselft to install && configure a DNS Server...

I not found the correct Specifications what client/server need to query domain name...

I suppose the Socket query request is only (MX domainname) or similar...

3 month a go i write a webdav client && i found the correct Specifications on http://www.webdav.org/specs/rfc2518.html and is possibel to write a client that can handle...

DNS Specifications RFC is a crazy labyrint protocoll to find on google!

I found only :
http://www.dns.net/dnsrd/rfc/
http://www.dns.net/dnsrd/programming.html
http://www.dns.net/dnsrd/tools.html
http://www.lifewithdjbdns.com/

I want only query CNAME/MX/A/NS/PTR records....

where is the place to find corect Specifications??