diff --git a/v2/pkg/protocols/dns/request.go b/v2/pkg/protocols/dns/request.go index be1c3507d..5601ea25d 100644 --- a/v2/pkg/protocols/dns/request.go +++ b/v2/pkg/protocols/dns/request.go @@ -87,6 +87,8 @@ func (request *Request) ExecuteWithResults(input *contextargs.Context, metadata, } } + request.options.RateLimiter.Take() + // Send the request to the target servers response, err := dnsClient.Do(compiledRequest) if err != nil {