23 lines
417 B
Text
23 lines
417 B
Text
|
#
|
||
|
# /etc/hosts: static lookup table for host names
|
||
|
#
|
||
|
|
||
|
#<ip-address> <hostname.domain.org> <hostname>
|
||
|
|
||
|
#IPV4
|
||
|
127.0.0.1 localhost.localdomain localhost
|
||
|
::1 localhost.localdomain localhost
|
||
|
127.0.0.1 coin-hive.com
|
||
|
127.0.0.1 coinhive.com
|
||
|
10.8.0.1 gateway
|
||
|
|
||
|
#IPV6
|
||
|
::1 ip6-localhost ip6-loopback
|
||
|
fe00::0 ip6-localnet
|
||
|
ff00::0 ip6-mcastprefix
|
||
|
ff02::1 ip6-allnodes
|
||
|
ff02::2 ip6-allrouters
|
||
|
ff02::3 ip6-allhosts
|
||
|
|
||
|
# End of file
|