forked from TrueCloudLab/lego
23 lines
722 B
TOML
23 lines
722 B
TOML
Name = "Duck DNS"
|
|
Description = ''''''
|
|
URL = "https://www.duckdns.org/"
|
|
Code = "duckdns"
|
|
Since = "v0.5.0"
|
|
|
|
Example = '''
|
|
DUCKDNS_TOKEN=xxxxxx \
|
|
lego --email myemail@example.com --dns duckdns --domains my.example.org run
|
|
'''
|
|
|
|
[Configuration]
|
|
[Configuration.Credentials]
|
|
DUCKDNS_TOKEN = "Account token"
|
|
[Configuration.Additional]
|
|
DUCKDNS_POLLING_INTERVAL = "Time between DNS propagation check"
|
|
DUCKDNS_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
|
|
DUCKDNS_TTL = "The TTL of the TXT record used for the DNS challenge"
|
|
DUCKDNS_HTTP_TIMEOUT = "API request timeout"
|
|
DUCKDNS_SEQUENCE_INTERVAL = "Time between sequential requests"
|
|
|
|
[Links]
|
|
API = "https://www.duckdns.org/spec.jsp"
|