hosts 549 B

12345678910111213141516171819202122
  1. #
  2. # /etc/hosts - Static table lookup for host names.
  3. #
  4. # Syntax: IP_address canonical_hostname [aliases...]
  5. #
  6. # For more information, type "man 5 hosts".
  7. #
  8. # The following lines are desirable for IPv4 capable hosts
  9. 127.0.0.1 localhost
  10. # 127.0.1.1 is often used for the FQDN of the machine
  11. 127.0.1.1 localhost.localdomain localhost
  12. #192.168.1.10 foo.mydomain.org foo
  13. #192.168.1.13 bar.mydomain.org bar
  14. # The following lines are desirable for IPv6 capable hosts
  15. ::1 localhost ip6-localhost ip6-loopback
  16. ff02::1 ip6-allnodes
  17. ff02::2 ip6-allrouters