Skip to content

Commit ee445c0

Browse files
authored
fix: variomedia documentation (#2304)
1 parent 755164c commit ee445c0

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

cmd/zz_gen_cmd_dnshelp.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/content/dns/zz_gen_variomedia.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ More information [here]({{% ref "dns#configuration-and-credentials" %}}).
4747

4848
| Environment Variable Name | Description |
4949
|--------------------------------|-------------|
50-
| `DODE_SEQUENCE_INTERVAL` | Time between sequential requests |
5150
| `VARIOMEDIA_HTTP_TIMEOUT` | API request timeout |
5251
| `VARIOMEDIA_POLLING_INTERVAL` | Time between DNS propagation check |
5352
| `VARIOMEDIA_PROPAGATION_TIMEOUT` | Maximum waiting time for DNS propagation |
53+
| `VARIOMEDIA_SEQUENCE_INTERVAL` | Time between sequential requests |
5454
| `VARIOMEDIA_TTL` | The TTL of the TXT record used for the DNS challenge |
5555

5656
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.

providers/dns/variomedia/variomedia.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@ lego --email [email protected] --dns variomedia --domains my.example.org run
1111

1212
[Configuration]
1313
[Configuration.Credentials]
14-
VARIOMEDIA_API_TOKEN = "API token"
14+
VARIOMEDIA_API_TOKEN = "API token"
1515
[Configuration.Additional]
1616
VARIOMEDIA_POLLING_INTERVAL = "Time between DNS propagation check"
1717
VARIOMEDIA_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
1818
VARIOMEDIA_TTL = "The TTL of the TXT record used for the DNS challenge"
19-
DODE_SEQUENCE_INTERVAL = "Time between sequential requests"
19+
VARIOMEDIA_SEQUENCE_INTERVAL = "Time between sequential requests"
2020
VARIOMEDIA_HTTP_TIMEOUT = "API request timeout"
2121

2222
[Links]
2323
API = "https://api.variomedia.de/docs/dns-records.html"
24-

0 commit comments

Comments
 (0)