GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ldns-walk(1) FreeBSD General Commands Manual ldns-walk(1)

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

ldns-walk [ OPTION ] ZONE

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.

-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.

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

-v verbosity
Verbosity level [1-5].

@ nameserver
Send the queries to this nameserver.

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

Written by Jelte Jansen as an example for ldns usage.

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

Copyright (C) 2005 NLnet Labs. This is free software. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
21 Nov 2005

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.