powerdns: several improvements (#1374)

This commit is contained in:
Pieter Lexis 2021-03-17 09:53:38 +01:00 committed by GitHub
parent ee0b4bd0b3
commit 83c626d9a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 13 additions and 3 deletions

View file

@ -47,6 +47,7 @@ More information [here](/lego/dns/#configuration-and-credentials).
| `PDNS_HTTP_TIMEOUT` | API request timeout |
| `PDNS_POLLING_INTERVAL` | Time between DNS propagation check |
| `PDNS_PROPAGATION_TIMEOUT` | Maximum waiting time for DNS propagation |
| `PDNS_SERVER_NAME` | Name of the server in the URL, 'localhost' by default |
| `PDNS_TTL` | The TTL of the TXT record used for the DNS challenge |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.