mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
vinyldns: add an option to add quotes around the TXT record value (#2580)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
parent
bfa487cc48
commit
fae73fdc5d
4 changed files with 29 additions and 9 deletions
1
cmd/zz_gen_cmd_dnshelp.go
generated
1
cmd/zz_gen_cmd_dnshelp.go
generated
|
|
@ -3249,6 +3249,7 @@ func displayDNSHelp(w io.Writer, name string) error {
|
|||
ew.writeln(`Additional Configuration:`)
|
||||
ew.writeln(` - "VINYLDNS_POLLING_INTERVAL": Time between DNS propagation check in seconds (Default: 4)`)
|
||||
ew.writeln(` - "VINYLDNS_PROPAGATION_TIMEOUT": Maximum waiting time for DNS propagation in seconds (Default: 120)`)
|
||||
ew.writeln(` - "VINYLDNS_QUOTE_VALUE": Adds quotes around the TXT record value (Default: false)`)
|
||||
ew.writeln(` - "VINYLDNS_TTL": The TTL of the TXT record used for the DNS challenge in seconds (Default: 30)`)
|
||||
|
||||
ew.writeln()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue