You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have remote DNS resolver, which hosts some domain zone "example.com".
I want scan al subdomains of "example.com", by sending dns queries directly to custom resolver "ns1.example.com", not to my system resolver.
What I want:
option, like "--resolver", "--nameserver" or any other, which helps to use custom domain resolver.
I have remote DNS resolver, which hosts some domain zone "example.com".
I want scan al subdomains of "example.com", by sending dns queries directly to custom resolver "ns1.example.com", not to my system resolver.
What I want:
Example:
dnsmap example.com --resolver ns1.example.com
The text was updated successfully, but these errors were encountered: