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

@ -1449,6 +1449,7 @@ func displayDNSHelp(w io.Writer, name string) error {
ew.writeln(` - "F5XC_HTTP_TIMEOUT": API request timeout in seconds (Default: 30)`)
ew.writeln(` - "F5XC_POLLING_INTERVAL": Time between DNS propagation check in seconds (Default: 2)`)
ew.writeln(` - "F5XC_PROPAGATION_TIMEOUT": Maximum waiting time for DNS propagation in seconds (Default: 60)`)
ew.writeln(` - "F5XC_SERVER": Server domain (Default: console.ves.volterra.io)`)
ew.writeln(` - "F5XC_TTL": The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)`)
ew.writeln()