Tree
- Tree:
0eb29ba06d2cafc300156d3386e7b7f5a75ce4f5- Date:
- Message:
- server: make default, empty server safe We won't get nil pointer derefs when someone doesn't set a Handler function. While here add a test for it
| .gitignore | commits | blame |
| README.md | commits | blame |
| cmd/ | |
| dns.go | commits | blame |
| dns_test.go | commits | blame |
| go.mod | commits | blame |
| go.sum | commits | blame |
| server.go | commits | blame |
| server_test.go | commits | 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 [](http://godocs.io/git.sr.ht/~otl/dns) # Learn More For more documentation, see the [documentation site](https://man.sr.ht/~otl/dns-docs)
