dns/README

20 lines
337 B
Plaintext
Raw Normal View History

2010-12-19 09:55:17 +11:00
Alternative aproach to a DNS library
2010-12-19 09:46:37 +11:00
2010-12-19 09:55:17 +11:00
Much more control as you prepare a dns packet and then call the resolver
to send it.
2010-12-19 09:46:37 +11:00
2010-12-19 09:55:17 +11:00
The library is asynchronise (thanks to Go) from the get go.
2010-12-19 09:46:37 +11:00
2010-12-24 03:10:06 +11:00
Implemented RFCS:
2010-12-24 03:10:06 +11:00
* RFC2671, EDNS
* RFC1034/1035
* RFC4033/4034/4035 (todo: validation)
* RFC5155 (NSEC)
2010-12-24 03:10:06 +11:00
Loosly based upon:
2010-12-19 09:55:17 +11:00
* ldns
* NSD
* Net::DNS