dns

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

commit 355f00a27e0b5415caa88c3b59f61dfa4fa42279
parent 08629ce995314c6ed4761911338d6f02a5d3b484
Author: Oliver Lowe <o@olowe.co>
Date:   Mon,  4 Nov 2024 19:30:32 +1100

Update godoc link to working host

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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