diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1994-06-24 23:50:16 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1994-06-24 23:50:16 +0000 |
| commit | cd10dd069810e78d03c13c6aa59611c41967438d (patch) | |
| tree | a6f052f7837b9a8cc437545cdfdc4a0930272d7d /etc/hosts | |
| parent | 7b026b2a028cefe00b219a27128f10314498b31d (diff) | |
Notes
Diffstat (limited to 'etc/hosts')
| -rw-r--r-- | etc/hosts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/hosts b/etc/hosts index 4898a1acf08c..013286217ce8 100644 --- a/etc/hosts +++ b/etc/hosts @@ -1,4 +1,4 @@ -# $Id: hosts,v 1.2 1993/11/11 22:32:36 wollman Exp $ +# $Id: hosts,v 1.3 1994/06/04 02:03:45 phk Exp $ # # Host Database # This file should contain the addresses and aliases @@ -13,14 +13,14 @@ #10.0.0.2 myname.my.domain myname #10.0.0.3 myfriend.my.domain myfriend # -# According to RFC 1597, you can use the following ip-numbers for -# private nets which will never be connected to the InterNet: +# According to RFC 1597, you can use the following IP networks for +# private nets which will never be connected to the Internet: # # 10.0.0.0 - 10.255.255.255 # 172.16.0.0 - 172.31.255.255 # 192.168.0.0 - 192.168.255.255 # -# In case you want to be able to connect to the InterNet, you need +# In case you want to be able to connect to the Internet, you need # real official assigned numbers. PLEASE PLEASE PLEASE do not try # to invent your own network numbers but instead get one from your # network provider (if any) or from the Internet Registry (ftp to |
