mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
chore: generate
This commit is contained in:
parent
6a26d09c55
commit
095a23a627
2 changed files with 8 additions and 8 deletions
8
cmd/zz_gen_cmd_dnshelp.go
generated
8
cmd/zz_gen_cmd_dnshelp.go
generated
|
|
@ -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`)
|
||||
|
|
|
|||
8
docs/content/dns/zz_gen_eurodns.md
generated
8
docs/content/dns/zz_gen_eurodns.md
generated
|
|
@ -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" %}}).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue