From a8c1183773ff3b52790401bf14a64c68504a2d5c Mon Sep 17 00:00:00 2001 From: Brad Cowie Date: Mon, 5 Aug 2024 13:21:52 +1200 Subject: [PATCH] Improve documentation. --- README.md | 2 ++ module.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 134027d..7e73a6e 100644 --- a/README.md +++ b/README.md @@ -45,3 +45,5 @@ tls { } } ``` + +For more information on the configuration, see [libdns/he](https://github.com/libdns/he). diff --git a/module.go b/module.go index dd25bfd..6ca9f89 100644 --- a/module.go +++ b/module.go @@ -6,7 +6,7 @@ import ( libdnshe "github.com/libdns/he" ) -// Provider lets Caddy read and manipulate DNS records hosted by this DNS provider. +// Provider lets Caddy read and manipulate DNS records hosted by Hurricane Electric. type Provider struct{ *libdnshe.Provider } func init() {