Skip to content

Commit

Permalink
dode: update API URL (#2191)
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikalves authored May 27, 2024
1 parent 220c608 commit f89e257
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/content/dns/zz_gen_dode.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).

## More information

- [API documentation](https://www.do.de/wiki/LetsEncrypt_-_Entwickler)
- [API documentation](https://www.do.de/wiki/freie-ssl-tls-zertifikate-ueber-acme/)

<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
<!-- providers/dns/dode/dode.toml -->
Expand Down
2 changes: 1 addition & 1 deletion providers/dns/dode/dode.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ lego --email [email protected] --dns dode --domains my.example.org run
DODE_SEQUENCE_INTERVAL = "Time between sequential requests"

[Links]
API = "https://www.do.de/wiki/LetsEncrypt_-_Entwickler"
API = "https://www.do.de/wiki/freie-ssl-tls-zertifikate-ueber-acme/"
2 changes: 1 addition & 1 deletion providers/dns/dode/internal/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"github.com/go-acme/lego/v4/providers/dns/internal/errutils"
)

const defaultBaseURL = "https://www.do.de/api"
const defaultBaseURL = "https://my.do.de/api"

// Client the do.de API client.
type Client struct {
Expand Down

0 comments on commit f89e257

Please sign in to comment.