From f4bd5053ab2eb505b16099244427d9e93442fe90 Mon Sep 17 00:00:00 2001 From: dougb Date: Mon, 1 Jul 2002 01:07:56 +0000 Subject: Import of ISC BIND version 8.3.3 --- contrib/bind/doc/man/dig.1 | 16 +++++++++++----- contrib/bind/doc/man/dnsquery.1 | 8 +++++--- contrib/bind/doc/man/host.1 | 5 +++-- contrib/bind/doc/man/named.conf.5 | 10 ++++++++++ 4 files changed, 29 insertions(+), 10 deletions(-) (limited to 'contrib/bind/doc/man') diff --git a/contrib/bind/doc/man/dig.1 b/contrib/bind/doc/man/dig.1 index ae4c3f2..6799559 100644 --- a/contrib/bind/doc/man/dig.1 +++ b/contrib/bind/doc/man/dig.1 @@ -1,4 +1,4 @@ -.\" $Id: dig.1,v 8.8 2001/09/24 15:21:29 marka Exp $ +.\" $Id: dig.1,v 8.9 2002/06/18 01:53:43 marka Exp $ .\" .\" ++Copyright++ 1993 .\" - @@ -95,7 +95,7 @@ will take the form: where: .Bl -tag -width Fl .It Ar server -may be either a domain name or a dot-notation +may be either a domain name or a raw (IPv4 / IPv6) Internet address. If this optional field is omitted, .Ic dig will attempt to use the default name server for your machine. @@ -145,7 +145,7 @@ See the .Fl x option (documented in the .Sx OTHER OPTIONS -subsection of this section) for convenient way to specify inverse address +subsection of this section) for convenient way to specify reverse address query. .It Ar query-type is the type of information (DNS query type) that @@ -240,9 +240,15 @@ available (although not guaranteed to be useful): .It Fl x Ar dot-notation-address Convenient form to specify inverse address mapping. Instead of -.Dq Ic dig 32.0.9.128.in-addr.arpa , +.Dq Ic dig 32.0.9.28.in-addr.arpa , one can simply -.Dq Ic dig -x 128.9.0.32 . +.Dq Ic dig -x 28.9.0.32 . +.It Fl x Ar IPv6-address +Convenient form to specify inverse address mapping. +Instead of +.Dq Ic dig 1.0.0.0.0.0.0.0.0.0.0.0. 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa , +one can simply +.Dq Ic dig -x ::1 . .It Fl f Ar file File for .Ic dig diff --git a/contrib/bind/doc/man/dnsquery.1 b/contrib/bind/doc/man/dnsquery.1 index bc0307f..b6588c6 100644 --- a/contrib/bind/doc/man/dnsquery.1 +++ b/contrib/bind/doc/man/dnsquery.1 @@ -1,4 +1,4 @@ -.\" $Id: dnsquery.1,v 8.4 2001/08/08 07:49:58 marka Exp $ +.\" $Id: dnsquery.1,v 8.5 2002/06/18 02:04:54 marka Exp $ .\" .\"Copyright (c) 1995,1996,1999 by Internet Software Consortium .\" @@ -49,8 +49,10 @@ are treated without case-sensitivity. .Bl -tag -width Fl .It Fl n Ar nameserver The nameserver to be used in the query. Nameservers can appear as either -Internet addresses of the form -.Ar w.x.y.z +Internet addresses of the form +.Ar ( w.x.y.z +or +.Ar xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx ) or can appear as domain names. (Default: as specified in .Pa /etc/resolv.conf . ) diff --git a/contrib/bind/doc/man/host.1 b/contrib/bind/doc/man/host.1 index 90b5e84..858bd6e 100644 --- a/contrib/bind/doc/man/host.1 +++ b/contrib/bind/doc/man/host.1 @@ -50,7 +50,7 @@ .\" SOFTWARE. .\" - .\" --Copyright-- -.\" $Id: host.1,v 8.6 2001/08/10 00:14:47 cyarnell Exp $ +.\" $Id: host.1,v 8.7 2002/06/18 02:39:26 marka Exp $ .Dd December 15, 1994 .Dt HOST @CMD_EXT_U@ .Os BSD 4 @@ -84,7 +84,7 @@ by the domain server. The arguments can be either host names or host numbers. The program first attempts to interpret them as host numbers. If this fails, it will treat them as host names. A host number consists of -first decimal numbers separated by dots, e.g. 128.6.4.194 +IPv4 dotted decimal quad (127.0.0.1) or IPv6 raw address (::1). A host name consists of names separated by dots, e.g. topaz.rutgers.edu. Unless the name ends in a dot, the local domain is automatically tacked on the end. Thus, a Rutgers user can say @@ -192,6 +192,7 @@ to be looked up. The arguments are defined in the man page for .Xr @INDOT@named @SYS_OPS_EXT@ . Currently-supported types include: .Dq Cm a , +.Dq Cm aaaa , .Dq Cm ns , .Dq Cm md , .Dq Cm mf , diff --git a/contrib/bind/doc/man/named.conf.5 b/contrib/bind/doc/man/named.conf.5 index df07b1a..532af69 100644 --- a/contrib/bind/doc/man/named.conf.5 +++ b/contrib/bind/doc/man/named.conf.5 @@ -1895,6 +1895,7 @@ Any number of trusted keys can be specified. .Ss Syntax .Bd -literal server \fIip_addr\fR { + [ edns \fIyes_or_no\fR; ] [ bogus \fIyes_or_no\fR; ] [ support-ixfr \fIyes_or_no\fR; ] [ transfers \fInumber\fR; ] @@ -1906,6 +1907,15 @@ server \fIip_addr\fR { The server statement defines the characteristics to be associated with a remote name server. .Pp +If you discover that a server does not support EDNS you can prevent +named making EDNS queries to it by specifying +.Ic edns +.Ic no; . +The default value of +.Ic edns +is +.Ic yes . +.Pp If you discover that a server is giving out bad data, marking it as .Ic bogus will prevent further queries to it. The default value of -- cgit v1.1