1
0

zoneee.toml 735 B

123456789101112131415161718192021222324
  1. Name = "Zone.ee"
  2. Description = ''''''
  3. URL = "https://www.zone.ee/"
  4. Code = "zoneee"
  5. Since = "v2.1.0"
  6. Example = '''
  7. ZONEEE_API_USER=xxxxx \
  8. ZONEEE_API_KEY=yyyyy \
  9. lego --email you@example.com --dns zoneee -d '*.example.com' -d example.com run
  10. '''
  11. [Configuration]
  12. [Configuration.Credentials]
  13. ZONEEE_API_USER = "API user"
  14. ZONEEE_API_KEY = "API key"
  15. [Configuration.Additional]
  16. ZONEEE_ENDPOINT = "API endpoint URL"
  17. ZONEEE_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 5)"
  18. ZONEEE_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 300)"
  19. ZONEEE_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
  20. [Links]
  21. API = "https://api.zone.eu/v2"