Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion internal/core/services/dnssec_validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ type EDE struct {
Info string
}

// RFC 8914 Extended DNS Error Codes
// EDECodes defines RFC 8914 Extended DNS Error Codes used in DNS responses.
// Error codes cover the full set of DNSSEC validation failure reasons.
const (
EDECodeOther uint16 = 0 // Other Error
EDECodeUnsupportedDNSKEYAlgo uint16 = 1 // Unsupported DNSKEY Algorithm
Expand Down
Loading