Skip to content

Commit

Permalink
DNSMADEEASY: DOCS: Fix provider name from DNS Made Simple to DNS Made…
Browse files Browse the repository at this point in the history
… Easy (#2607)

Co-authored-by: Tom Limoncelli <[email protected]>
  • Loading branch information
riku22 and tlimoncelli authored Oct 31, 2023
1 parent 793c3b1 commit cb9491d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
* [CSC Global](providers/cscglobal.md)
* [deSEC](providers/desec.md)
* [DigitalOcean](providers/digitalocean.md)
* [DNS Made Simple](providers/dnsmadeeasy.md)
* [DNS Made Easy](providers/dnsmadeeasy.md)
* [DNSimple](providers/dnsimple.md)
* [DNS-over-HTTPS](providers/dnsoverhttps.md)
* [DOMAINNAMESHOP](providers/domainnameshop.md)
Expand Down
2 changes: 1 addition & 1 deletion providers/dnsmadeeasy/restApi.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ func (restApi *dnsMadeEasyRestAPI) createRequest(request *apiRequest) (*http.Req
return req, nil
}

// DNS Made Simple only allows 150 request / 5 minutes
// DNS Made Easy only allows 150 request / 5 minutes
// backoff is the amount of time to sleep if a "Rate limit exceeded" error is received
// It is increased up to maxBackoff after each use
// It is reset after successful request
Expand Down

0 comments on commit cb9491d

Please sign in to comment.