VA: Remove unused field CAADistributedResolver (#6696)

This field doesn't appear to be in use.

Part of #6052
This commit is contained in:
Samantha 2023-02-27 12:30:12 -05:00 committed by GitHub
parent a0fe7dc93e
commit 28de3c097d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

@ -22,14 +22,6 @@ type Config struct {
IssuerDomain string 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) // 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 // before giving up. May be short-circuited by deadlines. A zero value
// will be turned into 1. // will be turned into 1.