dns

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

commit b35d6340d594a820bb31e3beb1a2446b89a0d8da
parent 8960d9d808cecb41ae6bf023cec57c0e133c77c6
Author: Oliver Lowe <o@olowe.co>
Date:   Thu, 29 Feb 2024 16:28:31 +1100

Correct godoc links

Diffstat:
MREADME.md | 12++++--------
1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md @@ -1,9 +1,5 @@ -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. +[![godocs.io](http://godocs.io/olowe.co/dns?status.svg)](http://godocs.io/olowe.co/dns) -# 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) +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.