Tree


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

README.md

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.

# Reference

[![godocs.io](http://godocs.io/git.sr.ht/~otl/dns?status.svg)](http://godocs.io/git.sr.ht/~otl/dns)

# Learn More

For more documentation, see the [documentation site](https://man.sr.ht/~otl/dns-docs)