clouddns.toml 1.1 KB

12345678910111213141516171819202122232425262728
  1. Name = "CloudDNS"
  2. Description = ''''''
  3. URL = "https://vshosting.eu/"
  4. Code = "clouddns"
  5. Since = "v3.6.0"
  6. Example = '''
  7. CLOUDDNS_CLIENT_ID=bLsdFAks23429841238feb177a572aX \
  8. CLOUDDNS_EMAIL=you@example.com \
  9. CLOUDDNS_PASSWORD=b9841238feb177a84330f \
  10. lego --email you@example.com --dns clouddns -d '*.example.com' -d example.com run
  11. '''
  12. [Configuration]
  13. [Configuration.Credentials]
  14. CLOUDDNS_CLIENT_ID = "Client ID"
  15. CLOUDDNS_EMAIL = "Account email"
  16. CLOUDDNS_PASSWORD = "Account password"
  17. [Configuration.Additional]
  18. CLOUDDNS_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 5)"
  19. CLOUDDNS_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 120)"
  20. CLOUDDNS_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 300)"
  21. CLOUDDNS_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
  22. [Links]
  23. API = "https://admin.vshosting.cloud/clouddns/swagger/"
  24. APIAdmin = "https://admin.vshosting.cloud/api/public/swagger/"
  25. Documentation = "https://github.com/vshosting/clouddns"