Skip to content
New issue

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

Gathering list of all zone Resource Records by DNSSEC NSEC walking #60

Open
adam-burns opened this issue Aug 13, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@adam-burns
Copy link
Collaborator

adam-burns commented Aug 13, 2024

Existing implementations:

if we can port the reliable python (nsec, not nsec3!) algorithm to go (or maybe JS), we can create a function that could nsec walk (in background or refresh on demand?) a zone and potentially hand back the front end apps a list of entire existing name space under the keys in their keystore as well as the existing DNS RR types existing at each name, together with together with any/all subdomains that contain RRs beneath it. Perhaps best useful in JSON form. Front end apps (such as playground) can then perform an ANY query for particular FQDN and get all existing RR types at that point.

Could also be a very cool go CMD line option!

@adam-burns adam-burns added the enhancement New feature or request label Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant