diff --git a/internal/runner/runner.go b/internal/runner/runner.go index b24277b4..2dcd5d3a 100644 --- a/internal/runner/runner.go +++ b/internal/runner/runner.go @@ -247,7 +247,7 @@ func (r *Runner) sendRequest(template *templates.Template, request interface{}, for _, matcher := range dnsRequest.Matchers { // Check if the matcher matched if !matcher.MatchDNS(resp) { - continue + return } }