--- title: 'Gentoo source mirrors' navtitle: 'Mirrors' nav1: downloads nav2: mirrors nav2-show: true ---

Gentoo downloads can be retrieved from many mirrors around the globe. Selecting a mirror that is geographically near you may help speed up downloads.

Using source mirrors
The mirrors listed on this page contain installation files such as LiveCDs, Gentoo ebuild repository snapshots as well as distfiles (the actual program code for our packages).
To use a source mirror for Portage downloads, add a URL from the list below to the GENTOO_MIRRORS variable in make.conf. More information is available in our wiki.
rsync mirrors
We also have a second type of mirrors that you use for updating your Portage tree (configured via repos.conf). They are available on a separate page.

We would like to thank the many organizations and individuals that are providing mirroring services to the Gentoo project. If you would like to contribute a mirror, please consult the relevant documentation.


Countries covered by Gentoo source mirrors

{% for region in site.data.mirrors.distfiles %} {% endfor %}
Region Countries
{{ region[0] }} {% for country in region[1] %} {{ country[0] }} {% endfor %}

{% for region in site.data.mirrors.distfiles %}

{{ region[0] }}

{% for country in region[1] %}

{{ country[0] }} – {{ country[1].name }}

{% for mirror in country[1].mirrors %} {% for uri in mirror.uris %} {% endfor %} {% endfor %}
Name Protocol IPv4/v6 URL
{{ mirror.name }} {{ uri.protocol }} {% if uri.ipv4 == 'y' and uri.ipv6 == 'y' %} IPv4 + IPv6 {% elsif uri.ipv4 == 'y' %} IPv4 only {% elsif uri.ipv6 == 'y' %} IPv6 only {% else %} ? {% endif %} {{ uri.uri }}
{% endfor %} {% endfor %}