Pull request 1894: upd-all
Squashed commit of the following: commit 77daec27a1f5650a99b9e404f700a1e323741740 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Wed Jun 28 14:28:32 2023 +0300 all: fix i18n script; upd deps, i18n, svcs
This commit is contained in:
@@ -901,8 +901,8 @@ func (s *Server) setCustomUpstream(pctx *proxy.DNSContext, clientID string) {
|
||||
|
||||
// Apply filtering logic after we have received response from upstream servers
|
||||
func (s *Server) processFilteringAfterResponse(dctx *dnsContext) (rc resultCode) {
|
||||
log.Debug("dnsforward: started processing filtering after req")
|
||||
defer log.Debug("dnsforward: finished processing filtering after req")
|
||||
log.Debug("dnsforward: started processing filtering after resp")
|
||||
defer log.Debug("dnsforward: finished processing filtering after resp")
|
||||
|
||||
pctx := dctx.proxyCtx
|
||||
switch res := dctx.result; res.Reason {
|
||||
|
||||
Reference in New Issue
Block a user