Skip to content

Commit

Permalink
Merge pull request #7372 from SgtCoDFish/release-1.12-ipv6-dns
Browse files Browse the repository at this point in the history
[release-1.12] add ipv6 example for DNS arg
  • Loading branch information
cert-manager-prow[bot] authored Oct 16, 2024
2 parents 231a4bd + 104b743 commit 961e195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/controller/app/options/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ func (s *ControllerOptions) AddFlags(fs *pflag.FlagSet) {
fs.StringSliceVar(&s.DNS01RecursiveNameservers, "dns01-recursive-nameservers",
[]string{}, "A list of comma separated dns server endpoints used for "+
"DNS01 check requests. This should be a list containing host and "+
"port, for example 8.8.8.8:53,8.8.4.4:53")
"port, for example 8.8.8.8:53,8.8.4.4:53,[2001:4860:4860::8888]:53")
fs.BoolVar(&s.DNS01RecursiveNameserversOnly, "dns01-recursive-nameservers-only",
defaultDNS01RecursiveNameserversOnly,
"When true, cert-manager will only ever query the configured DNS resolvers "+
Expand Down

0 comments on commit 961e195

Please sign in to comment.