34 lines
1.3 KiB
Plaintext
34 lines
1.3 KiB
Plaintext
|
# /etc/host.conf:
|
||
|
# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/2.3.4/host.conf,v 1.2 2004/11/24 05:31:58 vapier Exp $
|
||
|
|
||
|
# The file /etc/host.conf contains configuration information specific to
|
||
|
# the resolver library. It should contain one configuration keyword per
|
||
|
# line, followed by appropriate configuration information. The keywords
|
||
|
# recognized are order, trim, mdns, multi, nospoof, spoof, and reorder.
|
||
|
|
||
|
|
||
|
|
||
|
# This keyword specifies how host lookups are to be performed. It
|
||
|
# should be followed by one or more lookup methods, separated by
|
||
|
# commas. Valid methods are bind, hosts, and nis.
|
||
|
#
|
||
|
order hosts, bind
|
||
|
|
||
|
|
||
|
# Valid values are on and off. If set to on, the resolv+ library treats
|
||
|
# the .local top level domain as link-local domain and sends multicast
|
||
|
# DNS requests to the multicast address 224.0.0.251 port 5353 instead
|
||
|
# of normal DNS requests. If you already use the .local domain in your
|
||
|
# nameserver configuration you will have to switch this option off.
|
||
|
#
|
||
|
mdns off
|
||
|
|
||
|
|
||
|
# Valid values are on and off. If set to on, the resolv+ library
|
||
|
# will return all valid addresses for a host that appears in the
|
||
|
# /etc/hosts file, instead of only the first. This is off by
|
||
|
# default, as it may cause a substantial performance loss at sites
|
||
|
# with large hosts files.
|
||
|
#
|
||
|
multi off
|