auroradns.toml 931 B

12345678910111213141516171819202122232425
  1. Name = "Aurora DNS"
  2. Description = ''''''
  3. URL = "https://www.pcextreme.com/dns-health-checks"
  4. Code = "auroradns"
  5. Since = "v0.4.0"
  6. Example = '''
  7. AURORA_API_KEY=xxxxx \
  8. AURORA_SECRET=yyyyyy \
  9. lego --email you@example.com --dns auroradns -d '*.example.com' -d example.com run
  10. '''
  11. [Configuration]
  12. [Configuration.Credentials]
  13. AURORA_API_KEY = "API key or username to used"
  14. AURORA_SECRET = "Secret password to be used"
  15. [Configuration.Additional]
  16. AURORA_ENDPOINT = "API endpoint URL"
  17. AURORA_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
  18. AURORA_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
  19. AURORA_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 300)"
  20. [Links]
  21. API = "https://libcloud.readthedocs.io/en/latest/dns/drivers/auroradns.html#api-docs"
  22. GoClient = "https://github.com/nrdcg/auroradns"