lego/providers/dns/safedns/safedns.toml
Dane 0324783e09
Add DNS provider for UKFast SafeDNS (#1545)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2021-12-20 14:15:49 +00:00

22 lines
713 B
TOML

Name = "UKFast SafeDNS"
Description = ''''''
URL = "https://www.ukfast.co.uk/dns-hosting.html"
Code = "safedns"
Since = "v4.6.0"
Example = '''
SAFEDNS_AUTH_TOKEN=xxxxxx \
lego --email myemail@example.com --dns safedns --domains my.example.org run
'''
[Configuration]
[Configuration.Credentials]
SAFEDNS_AUTH_TOKEN = "Authentication token"
[Configuration.Additional]
SAFEDNS_POLLING_INTERVAL = "Time between DNS propagation check"
SAFEDNS_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
SAFEDNS_TTL = "The TTL of the TXT record used for the DNS challenge"
SAFEDNS_HTTP_TIMEOUT = "API request timeout"
[Links]
API = "https://developers.ukfast.io/documentation/safedns"