Add comment to inform that IPv4 + IPv6 dual-stack should be used, with IPv6-only being preferred if ISP supports it. Add section comments.
This commit is contained in:
parent
ebc5d16c49
commit
155d6bfea9
@ -3,18 +3,24 @@
|
|||||||
# Copyright 2022-2023 Inference
|
# Copyright 2022-2023 Inference
|
||||||
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
# 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]
|
[gentoo]
|
||||||
location = /var/db/repos/gentoo/
|
location = /var/db/repos/gentoo/
|
||||||
sync-type = rsync
|
sync-type = rsync
|
||||||
sync-uri = rsync://rsync.europe.gentoo.org/gentoo-portage/
|
sync-uri = rsync://rsync.europe.gentoo.org/gentoo-portage/
|
||||||
sync-rsync-verify-commit-signature = yes
|
sync-rsync-verify-commit-signature = yes
|
||||||
|
|
||||||
|
# Local
|
||||||
[local]
|
[local]
|
||||||
location = /var/db/repos/local/
|
location = /var/db/repos/local/
|
||||||
|
|
||||||
|
# Inferencium
|
||||||
[general]
|
[general]
|
||||||
location = /var/db/repos/general/
|
location = /var/db/repos/general/
|
||||||
sync-type = git
|
sync-type = git
|
||||||
|
Loading…
x
Reference in New Issue
Block a user