fix controller options description
Signed-off-by: Florian Liebhart <flo.liebhart@gmail.com>
This commit is contained in:
parent
a934bbf462
commit
cd821e1948
@ -343,7 +343,7 @@ func (s *ControllerOptions) AddFlags(fs *pflag.FlagSet) {
|
||||
dnsutil.ACMEDNS01CheckViaDNSLookup, dnsutil.ACMEDNS01CheckViaHTTPS))
|
||||
|
||||
fs.StringVar(&s.DnsOverHttpsJsonEndpoint, "dns-over-https-json-endpoint", defaultDnsOverHttpsJsonEndpoint, fmt.Sprintf(
|
||||
"[%s, %s] Only used when specifying \"dns-over-https\" for the \"acme-dns01-check-method\" option. "+
|
||||
"Only used when specifying \"dns-over-https\" for the \"acme-dns01-check-method\" option. "+
|
||||
"This allows specifying what JSON endpoint to use for doing the DNS-over-HTTPS verification."+
|
||||
"Examples: 'https://1.1.1.1/dns-query', 'https://8.8.8.8/resolve', ''https://8.8.4.4/resolve'. or 'https://9.9.9.9:5053/dns-query'"))
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user