mirror of
https://github.com/coredns/coredns.git
synced 2025-12-11 04:45:11 -05:00
Scrub the returned result
This commit is contained in:
@@ -61,7 +61,7 @@ func (f File) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.Msg) (i
|
|||||||
default:
|
default:
|
||||||
// TODO
|
// TODO
|
||||||
}
|
}
|
||||||
// sizing and Do bit RRSIG
|
m, _ = state.Scrub(m)
|
||||||
w.WriteMsg(m)
|
w.WriteMsg(m)
|
||||||
return dns.RcodeSuccess, nil
|
return dns.RcodeSuccess, nil
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user