Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dnsviz/dnsviz.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCasey Deccio <casey@deccio.net>2016-08-19 22:38:26 +0300
committerCasey Deccio <casey@deccio.net>2016-08-19 22:38:26 +0300
commit023c7b695e0a31e0123f19358b80091c2d975fef (patch)
tree550bd01584af004c8e270b96ef07f7b2b4fcfb84 /doc
parent076fbf0602568761234c5ead238133580c4e3fb0 (diff)
Update man pages
Diffstat (limited to 'doc')
-rw-r--r--doc/man/dnsviz-probe.127
1 files changed, 17 insertions, 10 deletions
diff --git a/doc/man/dnsviz-probe.1 b/doc/man/dnsviz-probe.1
index 50c8940..40a0ee3 100644
--- a/doc/man/dnsviz-probe.1
+++ b/doc/man/dnsviz-probe.1
@@ -129,32 +129,25 @@ used.
The following are example server values:
.RS
-.P
ns1.example.com
.RE
.RS
-.P
ns1.example.com:5333
.RE
.RS
-.P
ns1.example.com=192.0.2.1
.RE
.RS
-.P
ns1.example.com=[2001:db8::1]
.RE
.RS
-.P
ns1.example.com=[2001:db8::1]:5333
.RE
.RS
-.P
192.0.2.1
.RE
.RS
-.P
This option cannot be used in conjunction with \fI-A\fP.
.RE
@@ -207,7 +200,7 @@ the addresses supplied represent glue records. Thus if there are discrepancies
between the authoritative responses for the NS RRset and glue and what is
supplied on the command line, an error will be reported.
-.IP '-D <domain>:"<ds>[,<ds>...]"'
+.IP "-D <domain>:<ds>[,<ds>...]"
Specify one or more delegation signer (DS) records for a domain. This is used
in conjunction with the \fI-X\fP option for testing the introduction or change
@@ -215,25 +208,39 @@ of DS changes.
The DS records themselves are specified using the the textual representation of their record data. For example the following DS records for example.com:
-.RS 0
+.RS
31589 8 1 3490A6806D47F17A34C29E2CE80E8A999FFBE4BE
-.RE 0
+.RE
.RS
31589 8 2 CDE0D742D6998AA554A92D890F8184C698CFAC8A26FA59875A990C03 E576343C
.RE
+.RS
would be specified using
+.RE
+.RS
dnsviz probe -D example.com:"31589 8 1
+.RE
+.RS
3490A6806D47F17A34C29E2CE80E8A999FFBE4BE,31589 8 2
+.RE
+.RS
CDE0D742D6998AA554A92D890F8184C698CFAC8A26FA59875A990C03 E576343C"
+.RE
+.RS
In lieu of specifying the record data itself on the command line, a file may be
specified, which contains the DS records. For example:
+.RE
+.RS
dnsviz probe -D example.com:dsset-example.com.
+.RE
+.RS
This option must be used in conjunction with the \fI-X\fP option.
+.RE
.IP -E
Include diagnostic DNS queries that can assess EDNS compatibility of servers.