From 155d6bfea9414b2800a6554548ce01cd14e81d9d Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 27 Dec 2022 05:17:45 +0000 Subject: [PATCH] Add comment to inform that IPv4 + IPv6 dual-stack should be used, with IPv6-only being preferred if ISP supports it. Add section comments. --- portage/repos.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/portage/repos.conf b/portage/repos.conf index 7c43411..b3fcdde 100644 --- a/portage/repos.conf +++ b/portage/repos.conf @@ -3,18 +3,24 @@ # Copyright 2022-2023 Inference # SPDX-License-Identifier: BSD-3-Clause-Clear -# Version: 4.0.1.8 +# Version: 4.0.2.9 +# 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! + +# Gentoo [gentoo] location = /var/db/repos/gentoo/ sync-type = rsync sync-uri = rsync://rsync.europe.gentoo.org/gentoo-portage/ sync-rsync-verify-commit-signature = yes +# Local [local] location = /var/db/repos/local/ +# Inferencium [general] location = /var/db/repos/general/ sync-type = git