Delegation replies should not be authoritative

pull/18/head
Hugo Landau 10 years ago
parent c65fcb61aa
commit 9e18d4bc79

@ -481,6 +481,8 @@ func (tx *Tx) addAnswersDelegation(nss []dns.RR) error {
tx.consolationSOA = true
}
} else {
tx.res.Authoritative = false
// Note that this is not authoritative data and thus does not get signed.
for _, ns := range nss {
t := ns.Header().Rrtype

Loading…
Cancel
Save