We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do not require an external fully recursive resolver to identify all NS/A/AAAA records for domains and zones by implementing one as a DNS client in go.
Possible starting points? https://godoc.org/github.com/domainr/dnsr https://github.com/zmap/zdns
The text was updated successfully, but these errors were encountered:
cname example: https://github.com/semihalev/sdns/blob/master/middleware/resolver/resolver.go#L216
Sorry, something went wrong.
other docs/examples:
https://gist.github.com/andrewtj/056ed6225898d652288f0d416eb3cc3f
https://github.com/semihalev/sdns/blob/master/middleware/resolver/resolver.go#L143
Another source for a fully recursive resolver: https://github.com/zmap/zdns
another option: https://github.com/projectdiscovery/tinydns
No branches or pull requests
Do not require an external fully recursive resolver to identify all NS/A/AAAA records for domains and zones by implementing one as a DNS client in go.
Possible starting points?
https://godoc.org/github.com/domainr/dnsr
https://github.com/zmap/zdns
The text was updated successfully, but these errors were encountered: