Date: Sun, 23 Sep 2018 15:19:25 -0600 From: Sean Bruno <sbruno@freebsd.org> To: freebsd-current <freebsd-current@freebsd.org> Subject: IPv6 for local_unbound? Message-ID: <744d99cd-26e6-e057-0b88-86830ea61f23@freebsd.org>
next in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --tSCmhYW9EcgSWBS07y8gkUBsARagZvvnf Content-Type: multipart/mixed; boundary="R2cwW5O3au29KlZuPEiQjnb0Qf7MmRHIq"; protected-headers="v1" From: Sean Bruno <sbruno@freebsd.org> To: freebsd-current <freebsd-current@freebsd.org> Message-ID: <744d99cd-26e6-e057-0b88-86830ea61f23@freebsd.org> Subject: IPv6 for local_unbound? --R2cwW5O3au29KlZuPEiQjnb0Qf7MmRHIq Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable 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 perha= ps? --- /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" --R2cwW5O3au29KlZuPEiQjnb0Qf7MmRHIq-- --tSCmhYW9EcgSWBS07y8gkUBsARagZvvnf Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQGTBAEBCgB9FiEE6MTp+IA1BOHj9Lo0veT1/om1/LYFAluoA11fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEU4 QzRFOUY4ODAzNTA0RTFFM0Y0QkEzNEJERTRGNUZFODlCNUZDQjYACgkQveT1/om1 /Lb81wf9FbtVZcUkwSqK9Sg9lV6ojM28dujk433mtcJ5YVlOxGWJGxQJ+aaHgAqK sViK2UWm8ok/uGp/fehjPpnG6ZoXkqsxGLBgkp425lh+f67YuADY/m5DdXcEPWMw EPxsQf88UTTUtkbXhnPIX2Ve0Sx4/QBLouWoelZU7G5f0FdeWoC2C270jBna5mEH mvoX76ul6N0N77CnNj4HKQyEzRk2QAOxbP9G7myoUqNe1zNyaiUBgmdsmcj5hzpL +ysa2NUAEow+3Xh+Fd/Rl/n1HjKorsDUmemb5IYvuqxy1FjiCWdbNVTxO7gXw3m/ JPkjneObNoKjFT6RCCfXq7kc7y467A== =rBir -----END PGP SIGNATURE----- --tSCmhYW9EcgSWBS07y8gkUBsARagZvvnf--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?744d99cd-26e6-e057-0b88-86830ea61f23>