2010-12-23 17:10:06 +01:00
2010-12-23 14:58:29 +01:00
2010-12-22 20:53:18 +01:00
2010-12-23 14:27:04 +01:00
2010-12-23 14:07:35 +01:00
2010-12-19 12:31:48 +01:00
2010-12-23 14:33:08 +01:00
2010-12-23 17:10:06 +01:00
2010-12-23 14:43:26 +01:00
2010-12-23 17:10:06 +01:00
2010-12-22 20:53:18 +01:00
2010-12-20 22:20:13 +01:00
2010-12-23 17:10:06 +01:00

Alternative aproach to a DNS library

Much more control as you prepare a dns packet and then call the resolver
to send it. 

The library is asynchronise (thanks to Go) from the get go.

Implemented RFCS:

* RFC2671, EDNS
* RFC1034/1035
* RFC4033/4034/4035 (todo: validation)
* RFC5155 (NSEC)


Loosly based upon:
* ldns
* NSD
* Net::DNS
Description
Languages
Go 100%