logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ldns-walk - Retrieve the contents of a DNSSEC signed zone

Author

       Written by Jelte Jansen as an example for ldns usage.

Bugs

       The full zone walk function is not complete yet, it does not correctly print delegation records

Description

ldns-walk  is  used  to retrieve the contents of a DNSSEC signed zone.  It does this through NSEC-walking
       (following the chain of NSEC records) and 'guessing' the next non-existent owner name for each NSEC.

       Note that it might get stuck on some wildcard records when used through a caching forwarder. This problem
       can be circumvented by querying the authoritative nameserver directly (with the @ argument).

       Of course the nameserver that is used must be DNSSEC-aware.

Name

       ldns-walk - Retrieve the contents of a DNSSEC signed zone

Options

-4     Use only IPv4.

       -6     Use only IPv6.

       -f     Do a 'full' zone walk; by default, ldns-walk will only show the names, and types present at  those
              names. If this option is given, all resource records will be printed.

       -sname
              Start the walk with this owner name. Useful when continuing the walk for a large zone.

       -vverbosity
              Verbosity level [1-5].

       @nameserver
              Send the queries to this nameserver.

Reporting Bugs

       Report bugs to <dns-team@nlnetlabs.nl>.

Synopsis

ldns-walk [ OPTION ] ZONE

See Also