dnsinspect

package
v0.28.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 25, 2026 License: MIT Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Inspect

func Inspect(ctx context.Context, p *core.Printer, cfg *Config) int

Inspect resolves the configured URL hostname and renders DNS information to the printer. It returns a non-zero exit code on failure.

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL