mirror of
https://github.com/go-acme/lego.git
synced 2025-07-02 05:54:28 +02:00
Add dns-timeout support.
This commit is contained in:
4
cli.go
4
cli.go
@ -150,6 +150,10 @@ func main() {
|
||||
Name: "http-timeout",
|
||||
Usage: "Set the HTTP timeout value to a specific value in seconds. The default is 10 seconds.",
|
||||
},
|
||||
cli.IntFlag{
|
||||
Name: "dns-timeout",
|
||||
Usage: "Set the DNS timeout value to a specific value in seconds. The default is 10 seconds.",
|
||||
},
|
||||
}
|
||||
|
||||
err = app.Run(os.Args)
|
||||
|
Reference in New Issue
Block a user