diff --git a/cmd/controller/app/options/options.go b/cmd/controller/app/options/options.go index 0657542d5..a90a62a6d 100644 --- a/cmd/controller/app/options/options.go +++ b/cmd/controller/app/options/options.go @@ -371,7 +371,7 @@ func (s *ControllerOptions) AddFlags(fs *pflag.FlagSet) { "This should be a list containing entries of the following formats: `:` or `https://`. "+ "For example: `8.8.8.8:53,8.8.4.4:53` or `https://1.1.1.1/dns-query,https://8.8.8.8/dns-query`. "+ "To make sure ALL DNS requests happen through DoH, `dns01-recursive-nameservers-only` should also be set to true.") - + fs.BoolVar(&s.DNS01RecursiveNameserversOnly, "dns01-recursive-nameservers-only", defaultDNS01RecursiveNameserversOnly, "When true, cert-manager will only ever query the configured DNS resolvers "+