From 03bf76c8260bfe8792568e4c88145ce8f587272d Mon Sep 17 00:00:00 2001 From: Jun-ichiro itojun Hagino Date: Sat, 5 Feb 2000 18:14:56 +0000 Subject: add IPv6 loopback (::1) as "localhost". --- etc/hosts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3