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-29 18:37:45 +0300
committerCasey Deccio <casey@deccio.net>2016-08-29 18:37:45 +0300
commit3cc666d03b09a3b86ae007f104843c40adbc284f (patch)
tree7a0d8a1c4b103728b752c2c56d333bfb96c074c0 /doc
parentbd9da99ee6dfe2836abd550143867c8d4b60445c (diff)
Update documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/man/dnsviz-probe.112
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/man/dnsviz-probe.1 b/doc/man/dnsviz-probe.1
index 40a0ee3..987f5c7 100644
--- a/doc/man/dnsviz-probe.1
+++ b/doc/man/dnsviz-probe.1
@@ -192,13 +192,21 @@ This option can only be used in conjunction with \fI-A\fP.
Specify delegation information for a domain, i.e., the NS and glue records for
the domain, which would be served by the domain's parent. This is used for
-testing new delegations or testing to a delegation or for testing a .
+testing new delegations or testing a potential change to a delegation.
This option has similar usage to that of the \fI-x\fP option. The major
difference is that the server names supplied comprise the NS record set, and
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.
+supplied on the command line, an error will be reported when the output is
+subsequently assessed, e.g., using \fI"dnsviz grok"\fP.
+
+In lieu of specifying the record data itself on the command line, a file may be
+specified, which contains the delegation NS and glue records for the domain.
+
+.RS
+dnsviz probe -D example.com:dsset-example.com.
+.RE
.IP "-D <domain>:<ds>[,<ds>...]"