mirror of
https://github.com/coredns/coredns.git
synced 2025-11-01 02:33:14 -04: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:
|
||||
// TODO
|
||||
}
|
||||
// sizing and Do bit RRSIG
|
||||
m, _ = state.Scrub(m)
|
||||
w.WriteMsg(m)
|
||||
return dns.RcodeSuccess, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user