20 lines
571 B
Plaintext
20 lines
571 B
Plaintext
|
#
|
||
|
# hosts This file contain the mapping of some hostnames to
|
||
|
# IP addresses before DNS can be referenced.
|
||
|
# On small systems, this file can be used instead of a
|
||
|
# "named" name server.
|
||
|
# Syntax:
|
||
|
#
|
||
|
# IP-Address Full-Qualified-Hostname Short-Hostname
|
||
|
#
|
||
|
|
||
|
127.0.0.1 localhost.localdomain localhost
|
||
|
|
||
|
# special IPv6 addresses
|
||
|
::1 ipv6-localhost ipv6-loopback
|
||
|
fe00::0 ipv6-localnet
|
||
|
ff00::0 ipv6-mcastprefix
|
||
|
ff02::1 ipv6-allnodes
|
||
|
ff02::2 ipv6-allrouters
|
||
|
ff02::3 ipv6-allhosts
|