1ldns-walk(1) General Commands Manual ldns-walk(1)
2
3
4
6 ldns-walk - Retrieve the contents of a DNSSEC signed zone
7
9 ldns-walk [ OPTION ] ZONE
10
11
13 ldns-walk is used to retrieve the contents of a DNSSEC signed zone. It
14 does this through NSEC-walking (following the chain of NSEC records)
15 and 'guessing' the next non-existent owner name for each NSEC.
16
17 Note that it might get stuck on some wildcard records when used through
18 a caching forwarder. This problem can be circumvented by querying the
19 authoritative nameserver directly (with the @ argument).
20
21 Of course the nameserver that is used must be DNSSEC-aware.
22
23
25 -4 Use only IPv4.
26
27
28 -6 Use only IPv6.
29
30
31 -f Do a 'full' zone walk; by default, ldns-walk will only show the
32 names, and types present at those names. If this option is
33 given, all resource records will be printed.
34
35
36 -s name
37 Start the walk with this owner name. Useful when continuing the
38 walk for a large zone.
39
40
41 -v verbosity
42 Verbosity level [1-5].
43
44
45 @ nameserver
46 Send the queries to this nameserver.
47
48
50 The full zone walk function is not complete yet, it does not correctly
51 print delegation records
52
53
55 Written by Jelte Jansen as an example for ldns usage.
56
57
59 Report bugs to <ldns-team@nlnetlabs.nl>.
60
61
63 Copyright (C) 2005 NLnet Labs. This is free software. There is NO war‐
64 ranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PUR‐
65 POSE.
66
67
68
69 21 Nov 2005 ldns-walk(1)