Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Sep 2018 15:10:10 -0700
From:      "David P. Discher" <dpd@dpdtech.com>
To:        Sean Bruno <sbruno@freebsd.org>
Cc:        freebsd-current <freebsd-current@freebsd.org>
Subject:   Re: IPv6 for local_unbound?
Message-ID:  <B86501CF-122C-4577-BF6C-0DB8B55C71BE@dpdtech.com>
In-Reply-To: <744d99cd-26e6-e057-0b88-86830ea61f23@freebsd.org>
References:  <744d99cd-26e6-e057-0b88-86830ea61f23@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
I say yes, especially if we wish to support a IPv6 only system at some =
point in the future =E2=80=A6 which seemed to be a =E2=80=9Cthink=E2=80=9D=
 of the few major IPv6 advocates in the industry.=20

I guess best practice, this should suck in rc.* config files, and use v6 =
if v6 is set via one of the ipv6_* variables.=20


--
David P. Discher=20
https://davidpdischer.com/
dpd@dpdtech.com

> On Sep 23, 2018, at 2:19 PM, Sean Bruno <sbruno@freebsd.org> wrote:
>=20
> Does it make sense to add an IPv6 localhost (::1) to our setup scripts
> for local_unbound?  unbound is definitely listening on ::1 as well at
> 127.0.0.1 so things like "host -6" will work if we add it like this =
perhaps?
>=20
> --- /usr/sbin/local-unbound-setup	2018-09-20 21:47:41.000000000 =
-0600
> +++ /tmp/local-unbound-setup	2018-09-23 13:27:01.841365000 -0600
> @@ -152,6 +152,7 @@
> 	done
> 	if [ "${localhost}" =3D "no" ] ; then
> 		echo "nameserver 127.0.0.1"
> +		echo "nameserver ::1"
> 	fi
> 	if [ "${edns0}" =3D "no" ] ; then
> 		echo "options edns0"
>=20




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?B86501CF-122C-4577-BF6C-0DB8B55C71BE>