diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-02-05 18:14:56 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-02-05 18:14:56 +0000 |
commit | 03bf76c8260bfe8792568e4c88145ce8f587272d (patch) | |
tree | bfbb4b3b255eaa252f008c77c68237a67f4b930e /etc/hosts | |
parent | f22c8310afc9379993ec89e01bbe4c7b4e156876 (diff) |
add IPv6 loopback (::1) as "localhost".
Diffstat (limited to 'etc/hosts')
-rw-r--r-- | etc/hosts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/hosts b/etc/hosts index 27e907194e5..2ef42b8de27 100644 --- a/etc/hosts +++ b/etc/hosts @@ -1,4 +1,4 @@ -# $OpenBSD: hosts,v 1.5 1998/11/23 21:50:40 deraadt Exp $ +# $OpenBSD: hosts,v 1.6 2000/02/05 18:14:55 itojun Exp $ # # Host Database # This file should contain the addresses and aliases @@ -13,4 +13,5 @@ # 192.168.0.0 192.168.255.255 # 127.0.0.1 localhost localhost.my.domain +::1 localhost localhost.my.domain 192.168.254.254 noname |