home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / program / k / resolv210 / config / host_conf next >
Encoding:
Text File  |  1994-06-08  |  516 b   |  15 lines

  1. # define the search order for name resolution
  2. order bind,hosts
  3. # make sure we only get the first address, not all of them
  4. multi off
  5. # uncomment the next line if you wish to trim domain name(s)
  6. #trim .domain.name.here
  7. # do we want all addresses, or just one? Just one I think.
  8. multi off
  9. # do we want hostname spoofing? enable to enhance security
  10. nospoof off
  11. # alert is implemented, but does nothing, so don't bother using it
  12. #alert off
  13. # 'reorder on' sorts host addrs so that local addrs are listed first
  14. reorder off
  15.