mirror of
https://github.com/miekg/dns.git
synced 2025-08-17 23:16:58 +02:00
DNS library in Go
Changes | ||
dnssectest.go | ||
edns_test.go | ||
edns.go | ||
ednstest.go | ||
LICENSE | ||
Makefile | ||
manglertest.go | ||
msg.go | ||
pack_test.go | ||
README | ||
resolver_test.go | ||
resolver.go | ||
resolverEdns_test.go | ||
restest.go | ||
TODO | ||
types.go |
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