Skip to content

Commit

Permalink
fix: resolve refused after one failure
Browse files Browse the repository at this point in the history
  • Loading branch information
wintbiit committed Dec 12, 2023
1 parent 505920d commit 75ccce5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/ruleset.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ func (s *RuleSet) query(r, m *dns.Msg) {
err := s.question(&q, r, m, name)
if err != nil {
s.l.Warnf("Failed to handle question %s: %s", q.String(), err)
m.SetRcode(r, dns.RcodeNameError)
continue
}
}
Expand Down

0 comments on commit 75ccce5

Please sign in to comment.