ultradns.toml raw

   1  Name = "Ultradns"
   2  Description = ''''''
   3  URL = "https://vercara.com/authoritative-dns"
   4  Code = "ultradns"
   5  Since = "v4.10.0"
   6  
   7  Example = '''
   8  ULTRADNS_USERNAME=username \
   9  ULTRADNS_PASSWORD=password \
  10  lego --dns ultradns -d '*.example.com' -d example.com run
  11  '''
  12  
  13  [Configuration]
  14    [Configuration.Credentials]
  15      ULTRADNS_USERNAME = "API Username"
  16      ULTRADNS_PASSWORD = "API Password"
  17    [Configuration.Additional]
  18      ULTRADNS_ENDPOINT = "API endpoint URL, defaults to https://api.ultradns.com/"
  19      ULTRADNS_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
  20      ULTRADNS_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 4)"
  21      ULTRADNS_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 120)"
  22  
  23  [Links]
  24    API = "https://ultra-portalstatic.ultradns.com/static/docs/REST-API_User_Guide.pdf"
  25    GoClient = "https://github.com/ultradns/ultradns-go-sdk"
  26