- Description:
- Go package for implementing DNS clients and servers.
- Owner:
- Oliver Lowe
- Last Change:
- Clone URL:
Commit Briefs
dns: add Handlers for common server responses
this takes more stuff out of cmd/recursor that could be used by other servers. While here reject even more qtypes from recursive resolution
cmd/recursor: return error when no more servers to ask
So we eturn SERVFAIL correctly to clients, the same way that Cloudflare, quad9 et al. do.
Branches
Tree
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.