lego/providers/dns/dnspod/dnspod.toml
2022-09-17 11:04:54 +02:00

25 lines
745 B
TOML

Name = "DNSPod (deprecated)"
Description = '''
Use the Tencent Cloud provider instead.
'''
URL = "https://www.dnspod.com/"
Code = "dnspod"
Since = "v0.4.0"
Example = '''
DNSPOD_API_KEY=xxxxxx \
lego --email you@example.com --dns dnspod --domains my.example.org run
'''
[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://docs.dnspod.com/api/"
GoClient = "https://github.com/nrdcg/dnspod-go"