diff options
Diffstat (limited to 'plugin/proxy/dns.go')
-rw-r--r-- | plugin/proxy/dns.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/proxy/dns.go b/plugin/proxy/dns.go index 04245ec46..d3153bdff 100644 --- a/plugin/proxy/dns.go +++ b/plugin/proxy/dns.go @@ -63,7 +63,6 @@ func (d *dnsEx) Exchange(ctx context.Context, addr string, state request.Request if err != nil { return nil, err } - reply.Compress = true reply.Id = state.Req.Id // When using force_tcp the upstream can send a message that is too big for // the udp buffer, hence we need to truncate the message to at least make it |