We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c80b4cd commit 1a0db99Copy full SHA for 1a0db99
1 file changed
acme/dns01.go
@@ -30,7 +30,7 @@ import (
30
31
const (
32
// TTL of the temporary DNS record used for DNS-01 validation.
33
- DefaultTTL = 30 * time.Second
+ DefaultTTL = 60 * time.Second
34
// Typical negative response TTL defined in the SOA.
35
defaultDNSPropagationTimeout = 300 * time.Second
36
)
0 commit comments