This is a clone/fork of https://github.com/miekg/dns
Go to file
Miek Gieben b8c9280cc4 add the remaining flags in the DNS headers
Next up: EDNS
2010-12-21 14:41:48 +01:00
Changes more stuff 2010-08-03 23:58:45 +02:00
LICENSE added LICENSE 2010-12-19 12:31:48 +01:00
Makefile commit other changes too 2010-12-20 22:20:13 +01:00
README add the remaining flags in the DNS headers 2010-12-21 14:41:48 +01:00
TODO fix todo 2010-12-20 22:45:44 +01:00
deadcode.go Make the resolver a goroutine 2010-12-18 20:31:26 +01:00
dnssectest.go add the remaining flags in the DNS headers 2010-12-21 14:41:48 +01:00
manglertest.go add mangler option to the resolver 2010-12-19 09:45:21 +01:00
msg.go add the remaining flags in the DNS headers 2010-12-21 14:41:48 +01:00
pack_test.go commit other changes too 2010-12-20 22:20:13 +01:00
packtest.go add the remaining flags in the DNS headers 2010-12-21 14:41:48 +01:00
parse.go added files 2010-08-03 23:57:59 +02:00
resolver.go commit other changes too 2010-12-20 22:20:13 +01:00
resolver_test.go Fix the inception printing 2010-12-20 22:44:50 +01:00
restest.go add the remaining flags in the DNS headers 2010-12-21 14:41:48 +01:00
types.go add the remaining flags in the DNS headers 2010-12-21 14:41:48 +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.

Implemented RFCS

*  RFC2671, EDNS

* ldns
* NSD
* Net::DNS