diff options
Diffstat (limited to 'plugin/hosts/hosts.go')
-rw-r--r-- | plugin/hosts/hosts.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/hosts/hosts.go b/plugin/hosts/hosts.go index 74b6cfe31..c9ce163c9 100644 --- a/plugin/hosts/hosts.go +++ b/plugin/hosts/hosts.go @@ -63,7 +63,7 @@ func (h Hosts) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.Msg) ( m := new(dns.Msg) m.SetReply(r) - m.Authoritative, m.RecursionAvailable, m.Compress = true, true, true + m.Authoritative, m.RecursionAvailable = true, true m.Answer = answers state.SizeAndDo(m) |