Skip to content

Commit

Permalink
Improve documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmoguy committed Aug 5, 2024
1 parent 46b4f5d commit a8c1183
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ tls {
}
}
```

For more information on the configuration, see [libdns/he](https://github.com/libdns/he).
2 changes: 1 addition & 1 deletion module.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit a8c1183

Please sign in to comment.