Skip to content

Instantly share code, notes, and snippets.

@duxsco
Last active July 28, 2024 13:04
Show Gist options
  • Save duxsco/3887ebe1c826a46f70a92e48765db16d to your computer and use it in GitHub Desktop.
Save duxsco/3887ebe1c826a46f70a92e48765db16d to your computer and use it in GitHub Desktop.
Gentoo distfile mirrors with support for TLSv1.3 and QUIC protocol
bash-5.2$ curl -fs --proto '=https' --tlsv1.3 https://api.gentoo.org/mirrors/distfiles.xml | xq -r '.mirrors.mirrorgroup[].mirror | if type=="array" then .[] else . end | .uri | if type=="array" then .[] else . end | select(."@protocol" == "https") | ."#text"' | sed 's#\([^/]$\)#\1/#' | while read -r url; do curl -s -o /dev/null -w "%{http_code} %{url}\n" --proto '=https' --tlsv1.3 --http3-only -I "$url"; done | sort
000 https://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/
000 https://ftp.agdsn.de/gentoo/
000 https://ftp.belnet.be/pub/rsync.gentoo.org/gentoo/
000 https://ftp.fau.de/gentoo/
000 https://ftp.gwdg.de/pub/linux/gentoo/
000 https://ftp.halifax.rwth-aachen.de/gentoo/
000 https://ftp.heanet.ie/mirrors/gentoo.org/
000 https://ftp.jaist.ac.jp/pub/Linux/Gentoo/
000 https://ftp.kaist.ac.kr/pub/gentoo/
000 https://ftp.lanet.kr/pub/gentoo/
000 https://ftp.linux.org.tr/gentoo/
000 https://ftp.lysator.liu.se/gentoo/
000 https://ftp.riken.jp/Linux/gentoo/
000 https://ftp.rnl.tecnico.ulisboa.pt/pub/gentoo/gentoo-distfiles/
000 https://ftp.snt.utwente.nl/pub/os/linux/gentoo/
000 https://ftp.spline.inf.fu-berlin.de/mirrors/gentoo/
000 https://ftp.tu-ilmenau.de/mirror/gentoo/
000 https://ftp.uni-hannover.de/gentoo/
000 https://ftp.uni-stuttgart.de/gentoo-distfiles/
000 https://gentoo-mirror.alexxy.name/
000 https://gentoo.c3sl.ufpr.br/
000 https://gentoo.dimensiondata.com/
000 https://gentoo.jss.hu/
000 https://gentoo.mirror.garr.it/
000 https://gentoo.mirrors.ovh.net/gentoo-distfiles/
000 https://gentoo.mirrors.ovh.net/gentoo-distfiles/
000 https://gentoo.osuosl.org/
000 https://gentoo.uls.co.za/
000 https://gentoo.zero.com.ar/gentoo/
000 https://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/
000 https://mirror.aarnet.edu.au/pub/gentoo/
000 https://mirror.bytemark.co.uk/gentoo/
000 https://mirror.clarkson.edu/gentoo/
000 https://mirror.csclub.uwaterloo.ca/gentoo-distfiles/
000 https://mirror.dkm.cz/gentoo/
000 https://mirror.dogado.de/gentoo/
000 https://mirror.eu.oneandone.net/linux/distributions/gentoo/gentoo/
000 https://mirror.init7.net/gentoo/
000 https://mirror.isoc.org.il/pub/gentoo/
000 https://mirror.it4i.cz/gentoo/
000 https://mirror.kumi.systems/gentoo/
000 https://mirror.lagoon.nc/gentoo/
000 https://mirror.leaseweb.com/gentoo/
000 https://mirror.leaseweb.com/gentoo/
000 https://mirror.leaseweb.com/gentoo/
000 https://mirror.netcologne.de/gentoo/
000 https://mirror.netzwerge.de/gentoo/
000 https://mirror.ps.kz/gentoo/pub/
000 https://mirror.rackspace.com/gentoo/
000 https://mirror.rackspace.com/gentoo/
000 https://mirror.rackspace.com/gentoo/
000 https://mirror.rackspace.com/gentoo/
000 https://mirror.reenigne.net/gentoo/
000 https://mirror.servaxnet.com/gentoo/
000 https://mirror.telepoint.bg/gentoo/
000 https://mirror.wheel.sk/gentoo/
000 https://mirror.yandex.ru/gentoo-distfiles/
000 https://mirror1.sox.rs/gentoo/
000 https://mirrors.163.com/gentoo/
000 https://mirrors.aliyun.com/gentoo/
000 https://mirrors.dotsrc.org/gentoo/
000 https://mirrors.evoluso.com/gentoo/
000 https://mirrors.gethosted.online/gentoo/
000 https://mirrors.ircam.fr/pub/gentoo-distfiles/
000 https://mirrors.mit.edu/gentoo-distfiles/
000 https://mirrors.nxtgen.com/gentoo-mirror/gentoo-source/
000 https://mirrors.ptisp.pt/gentoo/
000 https://mirrors.rit.edu/gentoo/
000 https://mirrors.soeasyto.com/distfiles.gentoo.org/
000 https://mirrors.tuna.tsinghua.edu.cn/gentoo/
000 https://mirrors.ustc.edu.cn/gentoo/
000 https://mirrors.zju.edu.cn/gentoo/
000 https://quantum-mirror.hu/mirrors/pub/gentoo/
000 https://repo.ifca.es/gentoo-distfiles/
000 https://www.mirrorservice.org/sites/distfiles.gentoo.org/
200 https://mirror.lzu.edu.cn/gentoo/
200 https://mirrors.nju.edu.cn/gentoo/
200 https://mirrors.tnonline.net/gentoo/gentoo-distfiles/
200 https://repo.jing.rocks/gentoo/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment