dnspod.toml raw

   1  Name = "DNSPod (deprecated)"
   2  Description = '''
   3  Use the Tencent Cloud provider instead.
   4  '''
   5  URL = "https://www.dnspod.com/"
   6  Code = "dnspod"
   7  Since = "v0.4.0"
   8  
   9  Example = '''
  10  DNSPOD_API_KEY=xxxxxx \
  11  lego --dns dnspod -d '*.example.com' -d example.com run
  12  '''
  13  
  14  [Configuration]
  15    [Configuration.Credentials]
  16      DNSPOD_API_KEY = "The user token"
  17    [Configuration.Additional]
  18      DNSPOD_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
  19      DNSPOD_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
  20      DNSPOD_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 600)"
  21      DNSPOD_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
  22  
  23  [Links]
  24    API = "https://docs.dnspod.com/api/"
  25    GoClient = "https://github.com/nrdcg/dnspod-go"
  26