Documentation
¶
Overview ¶
Package config provides configuration structures for DNSSEC.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DNSSECConfig ¶
type DNSSECConfig struct {
// Mode controls validation behavior: "disabled", "ad-bit-only", or "strict"
Mode string
// TrustAnchors maps zone name to base64-encoded DNSKEY RDATA.
// The RDATA format is: flags(2) + protocol(1) + algorithm(1) + publickey
TrustAnchors map[string]string
}
DNSSECConfig holds DNSSEC validation settings including trust anchors.
Click to show internal directories.
Click to hide internal directories.