vegadns.toml 732 B

12345678910111213141516171819202122
  1. Name = "VegaDNS"
  2. Description = ''''''
  3. URL = "https://github.com/shupp/VegaDNS-API"
  4. Code = "vegadns"
  5. Since = "v1.1.0"
  6. Example = ''''''
  7. [Configuration]
  8. [Configuration.Credentials]
  9. SECRET_VEGADNS_KEY = "API key"
  10. SECRET_VEGADNS_SECRET = "API secret"
  11. VEGADNS_URL = "API endpoint URL"
  12. [Configuration.Additional]
  13. VEGADNS_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 60)"
  14. VEGADNS_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 720)"
  15. VEGADNS_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 10)"
  16. [Links]
  17. API = "https://github.com/shupp/VegaDNS-API"
  18. GoClient = "https://github.com/OpenDNS/vegadns2client"