mirror of
https://github.com/go-acme/lego.git
synced 2025-07-17 20:27:56 +02:00
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:
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",
|
||||
|
Reference in New Issue
Block a user