diff options
Diffstat (limited to 'examples/ldns-read-zone.1')
| -rw-r--r-- | examples/ldns-read-zone.1 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/ldns-read-zone.1 b/examples/ldns-read-zone.1 index 81f238d601c5..7d4fd7d94941 100644 --- a/examples/ldns-read-zone.1 +++ b/examples/ldns-read-zone.1 @@ -22,6 +22,12 @@ that is not of type NSEC, NSEC3, RRSIG or DNSKEY. DS records are not printed. .TP +\fB-0\fR +Print a (null) for the RRSIG inception, expiry and key data. This option +can be used when comparing different signing systems that use the same +DNSKEYs for signing but would have a slightly different timings/jitter. + +.TP \fB-h\fR Show usage and exit @@ -30,6 +36,11 @@ Show usage and exit Do not print the SOA record .TP +\fB-p\fR +Pad the SOA serial number with spaces so the number and the spaces together +take ten characters. This is useful for in file serial number increments. + +.TP \fB-s\fR Strip DNSSEC data from the zone. This option skips every record that is of type NSEC, NSEC3, RRSIG or DNSKEY. DS records are still |
