You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

25 lines
935 B

  1. # /etc/host.conf:
  2. # $Header: /var/cvsroot/gentoo/src/patchsets/glibc/extra/etc/host.conf,v 1.1 2006/09/29 23:52:23 vapier Exp $
  3. # The file /etc/host.conf contains configuration information specific to
  4. # the resolver library. It should contain one configuration keyword per
  5. # line, followed by appropriate configuration information. The keywords
  6. # recognized are order, trim, mdns, multi, nospoof, spoof, and reorder.
  7. # This keyword specifies how host lookups are to be performed. It
  8. # should be followed by one or more lookup methods, separated by
  9. # commas. Valid methods are bind, hosts, and nis.
  10. #
  11. order hosts, bind
  12. # Valid values are on and off. If set to on, the resolv+ library
  13. # will return all valid addresses for a host that appears in the
  14. # /etc/hosts file, instead of only the first. This is off by
  15. # default, as it may cause a substantial performance loss at sites
  16. # with large hosts files.
  17. #
  18. multi on