summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-09-01 01:19:23 +0000
committerbrian <brian@FreeBSD.org>1997-09-01 01:19:23 +0000
commita059b2e7c8fc7680bc0536c45c891db372aa7e32 (patch)
treed04cc8b3e1e1d95d201ec6bedb292ff524a3c19c /share/man
parentaf20ce1c06566c0e60c95f36bd9cc61626eae1f3 (diff)
downloadFreeBSD-src-a059b2e7c8fc7680bc0536c45c891db372aa7e32.zip
FreeBSD-src-a059b2e7c8fc7680bc0536c45c891db372aa7e32.tar.gz
Add "options no_tld_query" to resolv.conf.
Mention the capability in resolver(5). Mention that RES_OPTIONS can be used in resolver(5). Discussed with: -hackers
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man5/resolver.521
1 files changed, 13 insertions, 8 deletions
diff --git a/share/man/man5/resolver.5 b/share/man/man5/resolver.5
index 124640a..c8cd9a3 100644
--- a/share/man/man5/resolver.5
+++ b/share/man/man5/resolver.5
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)resolver.5 8.1 (Berkeley) 6/5/93
-.\" $Id: resolver.5,v 1.3 1997/03/07 03:28:05 jmg Exp $
+.\" $Id: resolver.5,v 1.4 1997/05/15 20:05:16 peter Exp $
.\"
.Dd November 11, 1993
.Dt RESOLVER 5
@@ -116,17 +116,16 @@ e.g. sortlist 130.155.160.0/255.255.240.0 130.155.0.0
Options allows certain internal resolver variables to be modified.
The syntax is
.Pp
--\fBoptions\fP \fIoption\fP \fI...\fP
+\fBoptions\fP \fIoption\fP \fI...\fP
.Pp
where
.Sy option
is one of the following:
.Pp
-.Bl -tag -width nameserver
+.Bl -tag -width no_tld_query
.It Sy debug
sets
-.Dv
-RES_DEBUG
+.Dv RES_DEBUG
in _res.options.
.It Sy ndots:n
sets a threshold for the number of dots which must appear in a name given to
@@ -143,13 +142,19 @@ meaning that if there are any dots in a name, the name
will be tried first as an absolute name before any
.Em search list
elements are appended to it.
-.Pp
-The
+.It Sy no_tld_query
+tells the resolver not to attempt to resolve a top level domain name, that
+is, a name that contains no dots. Use of this option doesn't prevent
+the resolver from obeying the standard
.Sy domain
and
.Sy search
-keywords are mutually exclusive.
+rules with the given name.
.El
+.Pp
+Options may also be specified as a space or tab separated list using the
+.Dv RES_OPTIONS
+environment variable.
.El
.Pp
The
OpenPOWER on IntegriCloud