projectdiscovery/retryabledns

Faulty rotate condition in client.queryMultiple

Mzack9999 opened this issue · 0 comments

Description

The DNS server rotation logic in the client.queryMultiple does not rotate the server correctly. Picking one at the beginning if the variable is nil, and sticking to it for all retries

Ref:

if resolver == nil {