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