From d34574db63f46664f2ced741ac98a4b3a38f5f6b Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 27 Dec 2022 04:39:47 +0000 Subject: [PATCH] Add comment to inform that IPv4 + IPv6 dual-stack should be used, with IPv6-only being preferred if ISP supports it. --- portage/make.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/portage/make.conf b/portage/make.conf index 0effd80..6c6407b 100644 --- a/portage/make.conf +++ b/portage/make.conf @@ -3,7 +3,7 @@ # Copyright 2022-2023 Inference # SPDX-License-Identifier: BSD-3-Clause-Clear -# Version: 1.0.0.3 +# Version: 1.0.1.4 # System. @@ -19,6 +19,8 @@ PKGDIR="/var/cache/bin/" LC_MESSAGES=C ## Gentoo mirrors. +## ONLY IPV4 + IPV6 DUAL-STACK MIRRORS SHOULD BE USED! IPV4 IS BEING PHASED OUT! +## IF IPV6-ONLY IS SUPPORTED BY ISP, IPV6-ONLY MIRRORS SHOULD BE PREFERRED! ### GB. GENTOO_MIRRORS="rsync://mirror.bytemark.co.uk/gentoo/ rsync://rsync.mirrorservice.org/sites/distfiles.gentoo.org/" ### CH.