Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
// Endpoint is populated by CLI/config validation. DNSServer is retained
// for direct test fixtures and older internal callers.
Endpoint *resolver.Endpoint
DNSServer *url.URL
Proxy *url.URL
CACerts []*x509.Certificate
TLSConfig *tls.Config
ClientCert *tls.Certificate
Insecure bool
TLSMin uint16
TLSMax uint16
Timeout time.Duration
URL *url.URL
Silent bool
}
Config holds the parameters needed to perform a DNS inspection.
Click to show internal directories.
Click to hide internal directories.