dode: update API URL (#2191)
This commit is contained in:
parent
220c608c80
commit
f89e257694
3 changed files with 3 additions and 3 deletions
|
@ -61,7 +61,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
|
||||||
|
|
||||||
## More information
|
## 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. -->
|
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||||
<!-- providers/dns/dode/dode.toml -->
|
<!-- providers/dns/dode/dode.toml -->
|
||||||
|
|
|
@ -20,4 +20,4 @@ lego --email you@example.com --dns dode --domains my.example.org run
|
||||||
DODE_SEQUENCE_INTERVAL = "Time between sequential requests"
|
DODE_SEQUENCE_INTERVAL = "Time between sequential requests"
|
||||||
|
|
||||||
[Links]
|
[Links]
|
||||||
API = "https://www.do.de/wiki/LetsEncrypt_-_Entwickler"
|
API = "https://www.do.de/wiki/freie-ssl-tls-zertifikate-ueber-acme/"
|
||||||
|
|
|
@ -13,7 +13,7 @@ import (
|
||||||
"github.com/go-acme/lego/v4/providers/dns/internal/errutils"
|
"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.
|
// Client the do.de API client.
|
||||||
type Client struct {
|
type Client struct {
|
||||||
|
|
Loading…
Reference in a new issue