resolv.conf 907 B

12345678910111213141516171819
  1. # /etc/resolv.conf - DNS setup file
  2. #
  3. # possible entries are:
  4. #
  5. # domain <domain> Local domain name. If not present, the
  6. # gethostbyname syscall is used to
  7. # determine the local domain name.
  8. #
  9. # search <list_of_domains> Search list for hostname lookup.
  10. # The search list is normally determined
  11. # from the local domain name but it
  12. # can be set to a list of domains.
  13. #
  14. # nameserver <ip_addr> Define which server to contact
  15. # for DNS lookups. If there are
  16. # multiple nameserver lines (Max=3),
  17. # they are queried in the listed order.
  18. #
  19. nameserver 8.8.8.8