dns/README

15 lines
246 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
Implemented RFCS
* RFC2671, EDNS
2010-12-19 09:55:17 +11:00
* ldns
* NSD
* Net::DNS