dode: update API URL (#2191)

This commit is contained in:
Henrik Alves 2024-05-27 15:28:32 +02:00 committed by GitHub
parent 220c608c80
commit f89e257694
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -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 -->

View file

@ -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/"

View file

@ -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 {