dns

DNS client and server implementations using the Go project's dnsmessage package
Log | Files | Refs | README | LICENSE

README.md (232B)


      1 [![godoc](https://pkg.go.dev/badge/olowe.co/dns)](https://pkg.go.dev/olowe.co/dns)
      2 
      3 Package dns provides an interface for interacting with DNS servers
      4 over both plain UDP and DNS over TLS (DoT). It uses no third party
      5 dependencies.