VA: Remove unused field CAADistributedResolver (#6696)
This field doesn't appear to be in use. Part of #6052
This commit is contained in:
parent
a0fe7dc93e
commit
28de3c097d
|
|
@ -22,14 +22,6 @@ type Config struct {
|
|||
|
||||
IssuerDomain string
|
||||
|
||||
// CAADistributedResolverConfig specifies the HTTP client setup and interfaces
|
||||
// needed to resolve CAA addresses over multiple paths
|
||||
CAADistributedResolver struct {
|
||||
Timeout cmd.ConfigDuration
|
||||
MaxFailures int
|
||||
Proxies []string
|
||||
}
|
||||
|
||||
// The number of times to try a DNS query (that has a temporary error)
|
||||
// before giving up. May be short-circuited by deadlines. A zero value
|
||||
// will be turned into 1.
|
||||
|
|
|
|||
Loading…
Reference in New Issue