diff options
author | 1998-11-23 21:50:40 +0000 | |
---|---|---|
committer | 1998-11-23 21:50:40 +0000 | |
commit | 8d1b28793b84bc604c5f06bd93bc26967b854408 (patch) | |
tree | 07cdfb7220598dc94d994fc21fe3f17df193cc01 | |
parent | clean up, make more quiet, and nuke unused 'csr' variable (diff) | |
download | wireguard-openbsd-8d1b28793b84bc604c5f06bd93bc26967b854408.tar.xz wireguard-openbsd-8d1b28793b84bc604c5f06bd93bc26967b854408.zip |
mention RFC 1918 hosts
-rw-r--r-- | etc/hosts | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/hosts b/etc/hosts index 7b5ae86bee1..27e907194e5 100644 --- a/etc/hosts +++ b/etc/hosts @@ -1,4 +1,4 @@ -# $OpenBSD: hosts,v 1.4 1998/03/27 23:14:53 deraadt Exp $ +# $OpenBSD: hosts,v 1.5 1998/11/23 21:50:40 deraadt Exp $ # # Host Database # This file should contain the addresses and aliases @@ -6,6 +6,11 @@ # It is used only for "ifconfig" and other operations # before the nameserver is started. # +# RFC 1918 specifies that these networks are "internal". They can +# be used behind an ipnat(4) redirector. +# 10.0.0.0 10.255.255.255 +# 172.16.0.0 172.31.255.255 +# 192.168.0.0 192.168.255.255 # 127.0.0.1 localhost localhost.my.domain 192.168.254.254 noname |