blechschmidt / massdns

A high-performance DNS stub resolver for bulk lookups and reconnaissance (subdomain enumeration)
GNU General Public License v3.0
3.05k stars 456 forks source link

Ability to specify multiple retry codes #107

Closed EthicalKid1 closed 3 years ago

EthicalKid1 commented 3 years ago

I notice that --retry you can only specify one retry code. Is there a way to specify multiple retry codes?

blechschmidt commented 3 years ago

Doesn't specifying --retry multiple times help? For example: --retry SERVFAIL --retry REFUSED

EthicalKid1 commented 3 years ago

Yep, that worked thanks! @blechschmidt