date and time created 86/01/07 13:30:55 by kjd
authorKevin Dunlap <kjd@ucbvax.Berkeley.EDU>
Wed, 8 Jan 1986 05:30:55 +0000 (21:30 -0800)
committerKevin Dunlap <kjd@ucbvax.Berkeley.EDU>
Wed, 8 Jan 1986 05:30:55 +0000 (21:30 -0800)
SCCS-vsn: share/man/man5/resolver.5 5.1

usr/src/share/man/man5/resolver.5 [new file with mode: 0644]

diff --git a/usr/src/share/man/man5/resolver.5 b/usr/src/share/man/man5/resolver.5
new file mode 100644 (file)
index 0000000..2fae821
--- /dev/null
@@ -0,0 +1,42 @@
+.\"    @(#)resolver.5  5.1 (Berkeley) %G%
+.\"
+.TH RESOLVER 5 "1 January 1986"
+.UC 4
+.SH NAME
+resolver configuration file
+.SH DESCRIPTION
+.LP
+The resolver configuration file contains information that is read
+by the resolver routines the first time they are invoked in a process.
+The file is designed to be human readable and contains a list of
+name-value pairs which provide various types of resolver information.
+.LP
+The different configuration options are:
+.TP
+\fBnameserver\fP
+followed by the Internet address (in dot notation) of a nameserver
+that the resolver should query.  At least one nameserver should be
+listed.  Up to MAXNS (currently 3) nameservers may be listed, in which
+case the resolver library queries tries them in the order listed.
+(The algorithm used is to try a nameserver, and if the query times out,
+try the next, until out of nameservers, then repeat trying all the nameservers
+until a maximum number of retries has been made).
+.TP
+\fBdomain\fP
+followed by a domain name, which is
+the default domain to append to names which do not have a dot in them.
+This defaults to empty (the root domain).
+.LP
+The name value pair must appear on a single line, and the keyword
+(e.g. \fBnameserver\fP) must start the line.  The value follows
+the keyword, separated by whitespace.
+.SH FILES
+.I /etc/resolv.conf
+.SH SEE ALSO
+gethostent(3n), resolver(3), named(8)
+.SH BUGS
+.LP
+There is currently no way to indicate that one address for a host
+is preferred over another.  (Solutions are being considered).
+
+