Hi Gophers,

dns is a package for intercepting and modifying DNS queries generated by the
stdlib's net package. Queries generated by a net.Dialer can be redirected
to an
alternative resolver, sent over a TLS connection, or answered and cached
locally. It also includes a DNS server implementation.

https://godoc.org/github.com/benburkert/dns

Cheers,
-Ben

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to