Deleted Added
full compact
hosts (84133) hosts (87683)
1# $FreeBSD: head/etc/hosts 84133 2001-09-29 12:20:08Z ru $
1# $FreeBSD: head/etc/hosts 87683 2001-12-11 22:36:10Z rwatson $
2#
3# Host Database
2#
3# Host Database
4# This file should contain the addresses and aliases
5# for local hosts that share this file.
4#
5# This file should contain the addresses and aliases for local hosts that
6# share this file. Replace 'my.domain' below with the domainname of your
7# machine.
8#
6# In the presence of the domain name service or NIS, this file may
7# not be consulted at all; see /etc/nsswitch.conf for the resolution order.
8#
9#
10::1 localhost localhost.my.domain
11127.0.0.1 localhost localhost.my.domain
12#
13# Imaginary network.
14#10.0.0.2 myname.my.domain myname
15#10.0.0.3 myfriend.my.domain myfriend
16#
17# According to RFC 1918, you can use the following IP networks for
18# private nets which will never be connected to the Internet:
19#
20# 10.0.0.0 - 10.255.255.255
21# 172.16.0.0 - 172.31.255.255
22# 192.168.0.0 - 192.168.255.255
23#
24# In case you want to be able to connect to the Internet, you need
9# In the presence of the domain name service or NIS, this file may
10# not be consulted at all; see /etc/nsswitch.conf for the resolution order.
11#
12#
13::1 localhost localhost.my.domain
14127.0.0.1 localhost localhost.my.domain
15#
16# Imaginary network.
17#10.0.0.2 myname.my.domain myname
18#10.0.0.3 myfriend.my.domain myfriend
19#
20# According to RFC 1918, you can use the following IP networks for
21# private nets which will never be connected to the Internet:
22#
23# 10.0.0.0 - 10.255.255.255
24# 172.16.0.0 - 172.31.255.255
25# 192.168.0.0 - 192.168.255.255
26#
27# In case you want to be able to connect to the Internet, you need
25# real official assigned numbers. PLEASE PLEASE PLEASE do not try
26# to invent your own network numbers but instead get one from your
27# network provider (if any) or from the Internet Registry (ftp to
28# rs.internic.net, directory `/templates').
28# real official assigned numbers. Do not try to invent your own network
29# numbers but instead get one from your network provider (if any).
29#
30#