Commit 6324bb1f authored by Miek Gieben's avatar Miek Gieben

Scrub the returned result

parent 3541bc8b
...@@ -61,7 +61,7 @@ func (f File) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.Msg) (i ...@@ -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
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment