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

[![godoc](https://pkg.go.dev/badge/olowe.co/dns)](https://pkg.go.dev/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.