This is a clone/fork of https://github.com/miekg/dns
Go to file
Miek Gieben 406c80bebf added README 2010-12-18 23:55:17 +01:00
Changes more stuff 2010-08-03 23:58:45 +02:00
Makefile not used yet 2010-12-18 23:46:37 +01:00
README added README 2010-12-18 23:55:17 +01:00
TODO Make it more go like 2010-12-18 23:35:30 +01:00
deadcode.go Make the resolver a goroutine 2010-12-18 20:31:26 +01:00
msg.go Make the resolver a goroutine 2010-12-18 20:31:26 +01:00
packtest.go Make members of dns.Msg public 2010-08-09 12:40:31 +02:00
parse.go added files 2010-08-03 23:57:59 +02:00
resolver.go not used yet 2010-12-18 23:46:37 +01:00
resolver_test.go add more stuff to restest 2010-12-18 23:51:50 +01:00
restest.go add more stuff to restest 2010-12-18 23:51:50 +01:00
types.go Make the resolver a goroutine 2010-12-18 20:31:26 +01:00

README

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.

* ldns
* NSD
* Net::DNS