mirror of
https://github.com/miekg/dns.git
synced 2025-10-19 22:01:01 +02:00
remove NSEC3 errors
This commit is contained in:
parent
d618b07666
commit
db014f9891
7
msg.go
7
msg.go
@ -48,13 +48,6 @@ var (
|
|||||||
ErrAuth error = &Error{Err: "bad authentication"}
|
ErrAuth error = &Error{Err: "bad authentication"}
|
||||||
ErrSoa error = &Error{Err: "no SOA"}
|
ErrSoa error = &Error{Err: "no SOA"}
|
||||||
ErrRRset error = &Error{Err: "bad rrset"}
|
ErrRRset error = &Error{Err: "bad rrset"}
|
||||||
ErrDenialNsec3 error = &Error{Err: "no NSEC3 records"}
|
|
||||||
ErrDenialCe error = &Error{Err: "no matching closest encloser found"}
|
|
||||||
ErrDenialNc error = &Error{Err: "no covering NSEC3 found for next closer"}
|
|
||||||
ErrDenialSo error = &Error{Err: "no covering NSEC3 found for source of synthesis"}
|
|
||||||
ErrDenialBit error = &Error{Err: "type not denied in NSEC3 bitmap"}
|
|
||||||
ErrDenialWc error = &Error{Err: "wildcard exist, but closest encloser is denied"}
|
|
||||||
ErrDenialHdr error = &Error{Err: "message rcode conflicts with message content"}
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// A manually-unpacked version of (id, bits).
|
// A manually-unpacked version of (id, bits).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user