bindman.toml 888 B

12345678910111213141516171819202122
  1. Name = "Bindman"
  2. Description = ''''''
  3. URL = "https://github.com/labbsr0x/bindman-dns-webhook"
  4. Code = "bindman"
  5. Since = "v2.6.0"
  6. Example = '''
  7. BINDMAN_MANAGER_ADDRESS=<your bindman manager address> \
  8. lego --email you@example.com --dns bindman -d '*.example.com' -d example.com run
  9. '''
  10. [Configuration]
  11. [Configuration.Credentials]
  12. BINDMAN_MANAGER_ADDRESS = "The server URL, should have scheme, hostname, and port (if required) of the Bindman-DNS Manager server"
  13. [Configuration.Additional]
  14. BINDMAN_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
  15. BINDMAN_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
  16. BINDMAN_HTTP_TIMEOUT = "API request timeout in seconds (Default: 60)"
  17. [Links]
  18. API = "https://gitlab.isc.org/isc-projects/bind9"
  19. GoClient = "https://github.com/labbsr0x/bindman-dns-webhook"