2019-03-08 18:47:06 +00:00
|
|
|
Name = "DNSPod"
|
|
|
|
Description = ''''''
|
|
|
|
URL = "http://www.dnspod.com/"
|
|
|
|
Code = "dnspod"
|
2019-04-17 19:32:38 +00:00
|
|
|
Since = "v0.4.0"
|
2019-03-08 18:47:06 +00:00
|
|
|
|
2020-11-27 19:40:44 +00:00
|
|
|
Example = '''
|
|
|
|
DNSPOD_API_KEY=xxxxxx \
|
|
|
|
lego --email myemail@example.com --dns dnspod --domains my.example.org run
|
|
|
|
'''
|
2019-03-08 18:47:06 +00:00
|
|
|
|
|
|
|
[Configuration]
|
|
|
|
[Configuration.Credentials]
|
|
|
|
DNSPOD_API_KEY = "The user token"
|
|
|
|
[Configuration.Additional]
|
|
|
|
DNSPOD_POLLING_INTERVAL = "Time between DNS propagation check"
|
|
|
|
DNSPOD_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
|
|
|
|
DNSPOD_TTL = "The TTL of the TXT record used for the DNS challenge"
|
|
|
|
DNSPOD_HTTP_TIMEOUT = "API request timeout"
|
|
|
|
|
|
|
|
[Links]
|
|
|
|
API = "https://www.dnspod.com/docs/index.html"
|
2020-01-08 19:53:45 +00:00
|
|
|
GoClient = "https://github.com/nrdcg/dnspod-go"
|