chore: generate

This commit is contained in:
Fernandez Ludovic 2026-03-08 18:16:59 +01:00
commit 095a23a627
2 changed files with 8 additions and 8 deletions

View file

@ -1576,10 +1576,10 @@ func displayDNSHelp(w io.Writer, name string) error {
ew.writeln()
ew.writeln(`Additional Configuration:`)
ew.writeln(` - "EURODNS_HTTP_TIMEOUT": API request timeout`)
ew.writeln(` - "EURODNS_POLLING_INTERVAL": Time between DNS propagation check`)
ew.writeln(` - "EURODNS_PROPAGATION_TIMEOUT": Maximum waiting time for DNS propagation`)
ew.writeln(` - "EURODNS_TTL": The TTL of the TXT record used for the DNS challenge`)
ew.writeln(` - "EURODNS_HTTP_TIMEOUT": API request timeout in seconds (Default: 30)`)
ew.writeln(` - "EURODNS_POLLING_INTERVAL": Time between DNS propagation check in seconds (Default: 2)`)
ew.writeln(` - "EURODNS_PROPAGATION_TIMEOUT": Maximum waiting time for DNS propagation in seconds (Default: 60)`)
ew.writeln(` - "EURODNS_TTL": The TTL of the TXT record used for the DNS challenge in seconds (Default: 600)`)
ew.writeln()
ew.writeln(`More information: https://go-acme.github.io/lego/dns/eurodns`)

View file

@ -49,10 +49,10 @@ More information [here]({{% ref "dns#configuration-and-credentials" %}}).
| Environment Variable Name | Description |
|--------------------------------|-------------|
| `EURODNS_HTTP_TIMEOUT` | API request timeout |
| `EURODNS_POLLING_INTERVAL` | Time between DNS propagation check |
| `EURODNS_PROPAGATION_TIMEOUT` | Maximum waiting time for DNS propagation |
| `EURODNS_TTL` | The TTL of the TXT record used for the DNS challenge |
| `EURODNS_HTTP_TIMEOUT` | API request timeout in seconds (Default: 30) |
| `EURODNS_POLLING_INTERVAL` | Time between DNS propagation check in seconds (Default: 2) |
| `EURODNS_PROPAGATION_TIMEOUT` | Maximum waiting time for DNS propagation in seconds (Default: 60) |
| `EURODNS_TTL` | The TTL of the TXT record used for the DNS challenge in seconds (Default: 600) |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
More information [here]({{% ref "dns#configuration-and-credentials" %}}).