f5xc: add an option to configure the domain of the server (#2767)

This commit is contained in:
Ludovic Fernandez 2025-12-23 13:52:22 +01:00 committed by GitHub
commit ee616417a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 111 additions and 20 deletions

View file

@ -54,6 +54,7 @@ More information [here]({{% ref "dns#configuration-and-credentials" %}}).
| `F5XC_HTTP_TIMEOUT` | API request timeout in seconds (Default: 30) |
| `F5XC_POLLING_INTERVAL` | Time between DNS propagation check in seconds (Default: 2) |
| `F5XC_PROPAGATION_TIMEOUT` | Maximum waiting time for DNS propagation in seconds (Default: 60) |
| `F5XC_SERVER` | Server domain (Default: console.ves.volterra.io) |
| `F5XC_TTL` | The TTL of the TXT record used for the DNS challenge in seconds (Default: 120) |
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.