2019-03-08 18:47:06 +00:00
|
|
|
Name = "Duck DNS"
|
|
|
|
Description = ''''''
|
|
|
|
URL = "https://www.duckdns.org/"
|
|
|
|
Code = "duckdns"
|
2019-04-17 19:32:38 +00:00
|
|
|
Since = "v0.5.0"
|
2019-03-08 18:47:06 +00:00
|
|
|
|
2020-11-27 19:40:44 +00:00
|
|
|
Example = '''
|
|
|
|
DUCKDNS_TOKEN=xxxxxx \
|
|
|
|
lego --email myemail@example.com --dns duckdns --domains my.example.org run
|
|
|
|
'''
|
2019-03-08 18:47:06 +00:00
|
|
|
|
|
|
|
[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"
|
2021-04-25 09:51:37 +00:00
|
|
|
DUCKDNS_SEQUENCE_INTERVAL = "Time between sequential requests"
|
2019-03-08 18:47:06 +00:00
|
|
|
|
|
|
|
[Links]
|
|
|
|
API = "https://www.duckdns.org/spec.jsp"
|