-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Existing implementations:
- Early Perl implementation docs mention bugs
- golang implementation can error & does not give complete results.
- Python implementation is extremely reliable and gives comprehensive results! docs
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request