forked from TrueCloudLab/lego
d4200c6d4c
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
23 lines
702 B
TOML
23 lines
702 B
TOML
Name = "IPv64"
|
|
Description = ''''''
|
|
URL = "https://ipv64.net/"
|
|
Code = "ipv64"
|
|
Since = "v4.13.0"
|
|
|
|
Example = '''
|
|
IPV64_API_KEY=xxxxxx \
|
|
lego --email you@example.com --dns ipv64 --domains my.example.org run
|
|
'''
|
|
|
|
[Configuration]
|
|
[Configuration.Credentials]
|
|
IPV64_API_KEY = "Account API Key"
|
|
[Configuration.Additional]
|
|
IPV64_POLLING_INTERVAL = "Time between DNS propagation check"
|
|
IPV64_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
|
|
IPV64_TTL = "The TTL of the TXT record used for the DNS challenge"
|
|
IPV64_HTTP_TIMEOUT = "API request timeout"
|
|
IPV64_SEQUENCE_INTERVAL = "Time between sequential requests"
|
|
|
|
[Links]
|
|
API = "https://ipv64.net/dyndns_updater_api"
|