diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-03-10 00:42:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-03-10 00:42:14 +0000 |
commit | 3dd27ca9cf5757c43a7e68e03d7b75fe2de014aa (patch) | |
tree | ed7e70915051e163fe3a3e626795299dbb01c5bf /etc/hosts | |
parent | f4214c6b1d0e13d5695fa4f5790970f25bccf189 (diff) |
do not give an example which implies people should put their hostname on
127.0.0.1 or ::1
lots of discussion with many, but ok krw
Diffstat (limited to 'etc/hosts')
-rw-r--r-- | etc/hosts | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/etc/hosts b/etc/hosts index 1e69b477c7c..3fb2c2f02de 100644 --- a/etc/hosts +++ b/etc/hosts @@ -1,4 +1,4 @@ -# $OpenBSD: hosts,v 1.11 2002/09/26 23:35:51 krw Exp $ +# $OpenBSD: hosts,v 1.12 2009/03/10 00:42:13 deraadt Exp $ # # Host Database # @@ -7,7 +7,5 @@ # 172.16.0.0 172.31.255.255 # 192.168.0.0 192.168.255.255 # -::1 localhost.my.domain localhost -127.0.0.1 localhost.my.domain localhost -::1 noname.my.domain noname -127.0.0.1 noname.my.domain noname +127.0.0.1 localhost +::1 localhost |