added multiple mirrors to round robin downloads from

This commit is contained in:
2026-04-20 22:18:22 -06:00
parent 6fdf5a4a52
commit 9fa2b93330
4 changed files with 24 additions and 10 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
cache_root = "/home/ewpt3ch/dev/pacman-cache-server/tmprepo"
mirror_url = "https://us.mirrors.cicku.me/archlinux/"
mirror_url = ["https://us.mirrors.cicku.me/archlinux/",
"https://losangeles.mirror.pkgbuild.com/",
"https://mirror.givebytes.net/archlinux/"]
# array of upstream repos this server caches see pacman.conf
# or pacman docs for more info <core, extra, multilib>
mirrored_repos = ["core", "extra"]