#, fuzzy msgid "" msgstr "" "Project-Id-Version: man-pages-l10n VERSION\n" "POT-Creation-Date: 2014-07-17 17:57+0900\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. type: TH #: man-pages/man5/resolv.conf.5:23 #, no-wrap msgid "RESOLV.CONF" msgstr "" #. type: TH #: man-pages/man5/resolv.conf.5:23 #, no-wrap msgid "2014-02-22" msgstr "" #. type: TH #: man-pages/man5/resolv.conf.5:23 #, no-wrap msgid "Linux Programmer's Manual" msgstr "" #. type: SH #: man-pages/man5/resolv.conf.5:25 #, no-wrap msgid "NAME" msgstr "" #. type: Plain text #: man-pages/man5/resolv.conf.5:27 msgid "resolv.conf - resolver configuration file" msgstr "" #. type: SH #: man-pages/man5/resolv.conf.5:27 #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: man-pages/man5/resolv.conf.5:29 msgid "B" msgstr "" #. type: SH #: man-pages/man5/resolv.conf.5:29 #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: Plain text #: man-pages/man5/resolv.conf.5:41 msgid "" "The I is a set of routines in the C library that provide access to " "the Internet Domain Name System (DNS). The resolver configuration file " "contains information that is read by the resolver routines the first time " "they are invoked by a process. The file is designed to be human readable " "and contains a list of keywords with values that provide various types of " "resolver information. The configuration file is considered a trusted source " "of DNS information (e.g., DNSSEC AD-bit information will be returned " "unmodified from this source)." msgstr "" #. type: Plain text #: man-pages/man5/resolv.conf.5:46 msgid "" "If this file does not exist, only the name server on the local machine will " "be queried; the domain name is determined from the hostname and the domain " "search path is constructed from the domain name." msgstr "" #. type: Plain text #: man-pages/man5/resolv.conf.5:48 msgid "The different configuration options are:" msgstr "" #. type: TP #: man-pages/man5/resolv.conf.5:48 #, no-wrap msgid "B Name server IP address" msgstr "" #. type: Plain text #: man-pages/man5/resolv.conf.5:65 msgid "" "Internet address of a name server that the resolver should query, either an " "IPv4 address (in dot notation), or an IPv6 address in colon (and possibly " "dot) notation as per RFC 2373. Up to B (currently 3, see " "Iresolv.hE>) name servers may be listed, one per keyword. If " "there are multiple servers, the resolver library queries them in the order " "listed. If no B entries are present, the default is to use the " "name server on the local machine. (The algorithm used is to try a name " "server, and if the query times out, try the next, until out of name servers, " "then repeat trying all the name servers until a maximum number of retries " "are made.)" msgstr "" #. type: TP #: man-pages/man5/resolv.conf.5:65 #, no-wrap msgid "B Local domain name." msgstr "" #. type: Plain text #: man-pages/man5/resolv.conf.5:76 msgid "" "Most queries for names within this domain can use short names relative to " "the local domain. If set to \\(aq.\\(aq, the root domain is considered. If " "no B entry is present, the domain is determined from the local " "hostname returned by B(2); the domain part is taken to be " "everything after the first \\(aq.\\(aq. Finally, if the hostname does not " "contain a domain part, the root domain is assumed." msgstr "" #. type: TP #: man-pages/man5/resolv.conf.5:76 #, no-wrap msgid "B Search list for host-name lookup." msgstr "" #. When having a resolv.conv with a line #. search subdomain.domain.tld domain.tld #. and doing a hostlookup, for example by #. ping host.anothersubdomain #. it sends dns-requests for #. host.anothersubdomain. #. host.anothersubdomain.subdomain.domain.tld. #. host.anothersubdomain.domain.tld. #. thus not only causing unnecessary traffic for the root-dns-servers #. but broadcasting information to the outside and making man-in-the-middle #. attacks possible. #. type: Plain text #: man-pages/man5/resolv.conf.5:106 msgid "" "The search list is normally determined from the local domain name; by " "default, it contains only the local domain name. This may be changed by " "listing the desired domain search path following the I keyword with " "spaces or tabs separating the names. Resolver queries having fewer than " "I dots (default is 1) in them will be attempted using each component " "of the search path in turn until a match is found. For environments with " "multiple subdomains please read BI below to avoid man-in-" "the-middle attacks and unnecessary traffic for the root-dns-servers. Note " "that this process may be slow and will generate a lot of network traffic if " "the servers for the listed domains are not local, and that queries will time " "out if no server is available for one of the domains." msgstr "" #. type: Plain text #: man-pages/man5/resolv.conf.5:109 msgid "" "The search list is currently limited to six domains with a total of 256 " "characters." msgstr "" #. type: TP #: man-pages/man5/resolv.conf.5:109 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages/man5/resolv.conf.5:122 msgid "" "This option allows addresses returned by B(3) to be sorted. " "A sortlist is specified by IP-address-netmask pairs. The netmask is " "optional and defaults to the natural netmask of the net. The IP address and " "optional network pairs are separated by slashes. Up to 10 pairs may be " "specified. Here is an example:" msgstr "" #. type: Plain text #: man-pages/man5/resolv.conf.5:125 msgid "sortlist 130.155.160.0/255.255.240.0 130.155.0.0" msgstr "" #. type: TP #: man-pages/man5/resolv.conf.5:127 #, no-wrap msgid "B" msgstr "" #. type: Plain text #: man-pages/man5/resolv.conf.5:131 msgid "" "Options allows certain internal resolver variables to be modified. The " "syntax is" msgstr "" #. type: Plain text #: man-pages/man5/resolv.conf.5:134 msgid "B I