forked from TrueCloudLab/lego
cli: Correct help text for --dns-resolvers default (#462)
getNameservers in dns_challenge.go attempts to determine the system resolvers from /etc/resolv.conf before using the Google DNS servers.
This commit is contained in:
parent
a5a28d2e7f
commit
cc326ce155
1 changed files with 1 additions and 1 deletions
2
cli.go
2
cli.go
|
@ -172,7 +172,7 @@ func main() {
|
|||
},
|
||||
cli.StringSliceFlag{
|
||||
Name: "dns-resolvers",
|
||||
Usage: "Set the resolvers to use for performing recursive DNS queries. Supported: host:port. The default is to use Google's DNS resolvers.",
|
||||
Usage: "Set the resolvers to use for performing recursive DNS queries. Supported: host:port. The default is to use the system resolvers, or Google's DNS resolvers if the system's cannot be determined.",
|
||||
},
|
||||
cli.BoolFlag{
|
||||
Name: "pem",
|
||||
|
|
Loading…
Reference in a new issue