Skip to content

Commit

Permalink
dnsforward: rm recursion detecting from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed May 30, 2021
1 parent f368710 commit 1b8075b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/dnsforward/dns.go
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,6 @@ func (s *Server) processUpstream(ctx *dnsContext) (rc resultCode) {
}

// request was not filtered so let it be processed further
s.recDetector.add(*req)
if ctx.err = s.dnsProxy.Resolve(d); ctx.err != nil {
return resultCodeError
}
Expand Down

0 comments on commit 1b8075b

Please sign in to comment.