2010-12-28 08:29:17 +01:00
2010-12-25 11:14:11 +01:00
2010-12-27 13:56:58 +01:00
2010-12-27 13:56:58 +01:00
2010-12-27 12:49:48 +01:00
2010-12-27 14:31:31 +01:00
2010-12-24 11:50:42 +01:00
2010-12-27 14:31:31 +01:00
2010-12-19 12:31:48 +01:00
2010-12-27 13:56:58 +01:00
2010-12-24 15:53:17 +01:00
2010-12-23 17:10:06 +01:00
2010-12-24 12:43:53 +01:00
2010-12-27 14:32:12 +01:00
2010-12-28 08:29:17 +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%