ipv64.toml raw

   1  Name = "IPv64"
   2  Description = ''''''
   3  URL = "https://ipv64.net/"
   4  Code = "ipv64"
   5  Since = "v4.13.0"
   6  
   7  Example = '''
   8  IPV64_API_KEY=xxxxxx \
   9  lego --dns ipv64 -d '*.example.com' -d example.com run
  10  '''
  11  
  12  [Configuration]
  13    [Configuration.Credentials]
  14      IPV64_API_KEY = "Account API Key"
  15    [Configuration.Additional]
  16      IPV64_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
  17      IPV64_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
  18      IPV64_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
  19  
  20  [Links]
  21    API = "https://ipv64.net/dyndns_updater_api"
  22