vegadns.toml raw

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