Tree


.gitignorecommits | blame
LICENSEcommits | blame
README.mdcommits | blame
cmd/
dns.gocommits | blame
dns_test.gocommits | blame
example_test.gocommits | blame
go.modcommits | blame
go.sumcommits | blame
server.gocommits | blame
server_test.gocommits | blame

README.md

[![godocs.io](http://godocs.io/olowe.co/dns?status.svg)](http://godocs.io/olowe.co/dns)

Package dns provides an interface for interacting with DNS servers
over both plain UDP and DNS over TLS (DoT). It uses no third party
dependencies.