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