diff options
| author | nl6720 <nl6720@gmail.com> | 2022-04-13 10:19:02 +0300 |
|---|---|---|
| committer | nl6720 <nl6720@gmail.com> | 2022-04-28 17:52:40 +0300 |
| commit | dc681dc90f4cf6a6c91f65a9e521e169ccc66658 (patch) | |
| tree | 511d5402f37ee2bd7b88d4f3679fb9c7b450b633 | |
| parent | 4ef705847d2d57d9e53c77f8d32cfb325f8070d3 (diff) | |
| download | archiso-dc681dc90f4cf6a6c91f65a9e521e169ccc66658.tar.gz archiso-dc681dc90f4cf6a6c91f65a9e521e169ccc66658.tar.bz2 | |
configs/releng/airootfs/etc/xdg/reflector/reflector.conf: use mirrors that support both IPv4 & IPv6
This ensures that IPv6-only systems get working mirrors.
| -rw-r--r-- | CHANGELOG.rst | 1 | ||||
| -rw-r--r-- | configs/releng/airootfs/etc/xdg/reflector/reflector.conf | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d9ace53..f706175 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -15,6 +15,7 @@ Changed ------- - Mount /etc/pacman.d/gnupg on ramfs instead of tmpfs to ensure its contents never land in swap. +- Configure reflector to return only mirrors that support both IPv4 and IPv6. Removed ------- diff --git a/configs/releng/airootfs/etc/xdg/reflector/reflector.conf b/configs/releng/airootfs/etc/xdg/reflector/reflector.conf index 9a72b0d..7c830d2 100644 --- a/configs/releng/airootfs/etc/xdg/reflector/reflector.conf +++ b/configs/releng/airootfs/etc/xdg/reflector/reflector.conf @@ -1,6 +1,8 @@ # Reflector configuration file for the systemd service. --save /etc/pacman.d/mirrorlist +--ipv4 +--ipv6 --protocol https --latest 20 --sort rate |
