9 lines
208 B
Text
9 lines
208 B
Text
|
# Static table lookup for hostnames.
|
||
|
# See hosts(5) for details.
|
||
|
|
||
|
#<ip-address> <hostname.domain.org> <hostname>
|
||
|
127.0.0.1 localhost.localdomain localhost
|
||
|
#::1 localhost.localdomain localhost
|
||
|
|
||
|
# End of file
|