all: import hotfix; upd chlog

This commit is contained in:
Ainar Garipov
2024-04-05 14:58:11 +03:00
parent e32a37a747
commit 6318fc424b
4 changed files with 33 additions and 19 deletions

View File

@@ -353,6 +353,7 @@ func (s *Server) preBlockedResponse(pctx *proxy.DNSContext) (reply bool, err err
pctx.Res = s.makeResponseREFUSED(pctx.Req)
// Return true so that dnsproxy responds with the REFUSED message.
return true, nil
}