Tree
- Tree:
714a4b0fc3cc93546da20380c02cac06e4d7f7a3
- Date:
- Message:
- cmd/recursor: rewrite cache and recursor algorithm Now we only ever send queries to nameservers, not just things we happen to find in the additional section of a reply. This change also does caching more nicely; cache any records that we get from nameservers. Authoritative answers get priority. Fixes: https://todo.sr.ht/~otl/dns/4
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 [](http://godocs.io/git.sr.ht/~otl/dns) # Learn More For more documentation, see the [documentation site](https://man.sr.ht/~otl/dns-docs)