Fix: enable DNS server message compression (#1451)

This commit is contained in:
Indust
2021-06-24 13:38:44 +08:00
committed by GitHub
parent 244cb370a4
commit 3ca5d17c40

View File

@ -30,6 +30,7 @@ func (s *Server) ServeDNS(w D.ResponseWriter, r *D.Msg) {
D.HandleFailed(w, r)
return
}
msg.Compress = true
w.WriteMsg(msg)
}