hosts 331 B

1234567891011
  1. # a comment
  2. 127.0.0.1 localhost
  3. # second alias for same ip. 'man hosts' does not allow it
  4. # but the ubuntu and probably other distributions treat it as
  5. # 127.0.0.1 localhost myname
  6. 127.0.0.1 myname
  7. ::1 ip6-localhost ip6-loopback
  8. fe00::0 ip6-localnet
  9. ff00::0 ip6-mcastprefix
  10. ff02::1 ip6-allnodes
  11. ff02::2 ip6-allrouters