We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d5dc59 commit 41e35bdCopy full SHA for 41e35bd
1 file changed
dnscrypt-proxy/plugins.go
@@ -272,7 +272,7 @@ func (pluginsState *PluginsState) ApplyResponsePlugins(pluginsGlobals *PluginsGl
272
return packet, nil
273
}
274
pluginsState.action = PluginsActionForward
275
- msg := dns.Msg{}
+ msg := dns.Msg{Compress: true}
276
if err := msg.Unpack(packet); err != nil {
277
if len(packet) >= MinDNSPacketSize && HasTCFlag(packet) {
278
err = nil
0 commit comments