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() {