From cf609e03ea428614144da370e16921911099aaa6 Mon Sep 17 00:00:00 2001 From: itojun <> Date: Sat, 5 Feb 2000 18:14:55 +0000 Subject: [PATCH] add IPv6 loopback (::1) as "localhost". --- src/etc/hosts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/etc/hosts b/src/etc/hosts index 27e90719..2ef42b8d 100644 --- a/src/etc/hosts +++ b/src/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