diff options
author | Internet Software Consortium, Inc <@isc.org> | 2007-09-07 14:14:31 -0600 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2007-09-07 14:14:31 -0600 |
commit | 827006a436e7babc39b4b5b52797aa54313f5be6 (patch) | |
tree | 897f21a87e0eb0131628e6c39691789563ee78d7 /bin/dig/dig.1 | |
parent | ad2d173ed9521052e7fd8ba2cd10117cdea6f058 (diff) | |
download | bind9-827006a436e7babc39b4b5b52797aa54313f5be6.tar.gz |
9.2.3rc1
Diffstat (limited to 'bin/dig/dig.1')
-rw-r--r-- | bin/dig/dig.1 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/bin/dig/dig.1 b/bin/dig/dig.1 index 2f9dfd6c..65d03372 100644 --- a/bin/dig/dig.1 +++ b/bin/dig/dig.1 @@ -48,6 +48,10 @@ Unless it is told to query a specific name server, .PP When no command line arguments or options are given, will perform an NS query for "." (the root). +.PP +It is possible to set per user defaults for \fBdig\fR via +\fI${HOME}/.digrc\fR. This file is read and any options in it +are applied before the command line arguements. .SH "SIMPLE USAGE" .PP A typical invocation of \fBdig\fR looks like: @@ -200,7 +204,7 @@ completeness. Set [do not set] the CD (checking disabled) bit in the query. This requests the server to not perform DNSSEC validation of responses. .TP -\fB+[no]recursive\fR +\fB+[no]recurse\fR Toggle the setting of the RD (recursion desired) bit in the query. This bit is set by default, which means \fBdig\fR normally sends recursive queries. Recursion is automatically disabled @@ -313,7 +317,7 @@ The default is to not display malformed answers. .TP \fB+[no]dnssec\fR Requests DNSSEC records be sent by setting the DNSSEC OK bit (DO) -in the the OPT record in the additional section of the query. +in the OPT record in the additional section of the query. .SH "MULTIPLE QUERIES" .PP The BIND 9 implementation of \fBdig \fR supports @@ -352,6 +356,8 @@ isc.org. .SH "FILES" .PP \fI/etc/resolv.conf\fR +.PP +\fI${HOME}/.digrc\fR .SH "SEE ALSO" .PP \fBhost\fR(1), |