mirror of
				https://gitee.com/SuperManito/LinuxMirrors
				synced 2025-11-04 08:20:28 +08:00 
			
		
		
		
	更新文档
This commit is contained in:
		@@ -4,7 +4,7 @@
 | 
			
		||||
    <img src="/docs/assets/images/brand/light/3.png" alt="LinuxMirrors" width="140">
 | 
			
		||||
</picture>
 | 
			
		||||
<h1>LinuxMirrors</h1>
 | 
			
		||||
<p>GNU/Linux mirror switching script & docker installation and registry mirror switching script</p>
 | 
			
		||||
<p>GNU/Linux mirror switching script & Docker installation and registry mirror switching script</p>
 | 
			
		||||
<p><a href="README.md">简体中文</a> | <a href="README.zh-Hant.md">繁體中文</a> | English</p>
 | 
			
		||||
<p>
 | 
			
		||||
  <a href="https://github.com/SuperManito/LinuxMirrors/blob/main/LICENSE"><img src="https://shields.io/github/license/SuperManito/LinuxMirrors?color=%23007bff" alt="License: MIT"></a>
 | 
			
		||||
 
 | 
			
		||||
@@ -1,8 +1,8 @@
 | 
			
		||||
// 表格数据
 | 
			
		||||
const mirrorsTableData = [
 | 
			
		||||
    {
 | 
			
		||||
        name: '阿里云',
 | 
			
		||||
        officialName: '阿里巴巴开源镜像站',
 | 
			
		||||
        name: window.location.pathname.includes('/zh-Hant') ? '阿里雲' : window.location.pathname.includes('/en') ? 'Alibaba Cloud' : '阿里云',
 | 
			
		||||
        officialName: window.location.pathname.includes('/zh-Hant') ? '阿里巴巴開源鏡像站' : window.location.pathname.includes('/en') ? 'Alibaba Cloud Open Source Mirror' : '阿里巴巴开源镜像站',
 | 
			
		||||
        icon: 'alibabacloud.svg',
 | 
			
		||||
        iconStyle: { verticalAlign: '-0.2em' },
 | 
			
		||||
        url: 'https://mirrors.aliyun.com',
 | 
			
		||||
@@ -28,8 +28,8 @@ const mirrorsTableData = [
 | 
			
		||||
        manjaro: true,
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
        name: '腾讯云',
 | 
			
		||||
        officialName: '腾讯软件源',
 | 
			
		||||
        name: window.location.pathname.includes('/zh-Hant') ? '騰訊雲' : window.location.pathname.includes('/en') ? 'Tencent Cloud' : '腾讯云',
 | 
			
		||||
        officialName: window.location.pathname.includes('/zh-Hant') ? '騰訊軟體源' : window.location.pathname.includes('/en') ? 'Tencent Software Repository' : '腾讯软件源',
 | 
			
		||||
        icon: 'tencentcloud.ico',
 | 
			
		||||
        iconStyle: { verticalAlign: '-0.25em' },
 | 
			
		||||
        url: 'https://mirrors.tencent.com',
 | 
			
		||||
@@ -55,8 +55,8 @@ const mirrorsTableData = [
 | 
			
		||||
        manjaro: false,
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
        name: '华为云',
 | 
			
		||||
        officialName: '华为开源镜像站',
 | 
			
		||||
        name: window.location.pathname.includes('/zh-Hant') ? '華為雲' : window.location.pathname.includes('/en') ? 'Huawei Cloud' : '华为云',
 | 
			
		||||
        officialName: window.location.pathname.includes('/zh-Hant') ? '華為開源鏡像站' : window.location.pathname.includes('/en') ? 'Huawei Open Source Mirror' : '华为开源镜像站',
 | 
			
		||||
        icon: 'huaweicloud.ico',
 | 
			
		||||
        iconStyle: { verticalAlign: '-0.15em' },
 | 
			
		||||
        url: 'https://mirrors.huaweicloud.com',
 | 
			
		||||
@@ -82,8 +82,8 @@ const mirrorsTableData = [
 | 
			
		||||
        manjaro: true,
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
        name: '网易',
 | 
			
		||||
        officialName: '网易开源镜像站',
 | 
			
		||||
        name: window.location.pathname.includes('/zh-Hant') ? '網易' : window.location.pathname.includes('/en') ? 'NetEase' : '网易',
 | 
			
		||||
        officialName: window.location.pathname.includes('/zh-Hant') ? '網易開源鏡像站' : window.location.pathname.includes('/en') ? 'NetEase Open Source Mirror' : '网易开源镜像站',
 | 
			
		||||
        icon: '163.ico',
 | 
			
		||||
        iconStyle: { verticalAlign: '-0.15em' },
 | 
			
		||||
        url: 'https://mirrors.163.com',
 | 
			
		||||
@@ -109,8 +109,8 @@ const mirrorsTableData = [
 | 
			
		||||
        manjaro: false,
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
        name: '火山引擎',
 | 
			
		||||
        officialName: '火山引擎开源软件镜像站',
 | 
			
		||||
        name: window.location.pathname.includes('/zh-Hant') ? '火山引擎' : window.location.pathname.includes('/en') ? 'Volcengine' : '火山引擎',
 | 
			
		||||
        officialName: window.location.pathname.includes('/zh-Hant') ? '火山引擎開源軟體鏡像站' : window.location.pathname.includes('/en') ? 'Volcengine Open Source Software Mirror' : '火山引擎开源软件镜像站',
 | 
			
		||||
        icon: 'volcengine.svg',
 | 
			
		||||
        iconStyle: { verticalAlign: '-0.25em' },
 | 
			
		||||
        url: 'https://developer.volcengine.com/mirror',
 | 
			
		||||
@@ -136,8 +136,8 @@ const mirrorsTableData = [
 | 
			
		||||
        manjaro: false,
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
        name: '清华大学',
 | 
			
		||||
        officialName: '清华大学开源软件镜像站',
 | 
			
		||||
        name: window.location.pathname.includes('/zh-Hant') ? '清華大學' : window.location.pathname.includes('/en') ? 'Tsinghua University' : '清华大学',
 | 
			
		||||
        officialName: window.location.pathname.includes('/zh-Hant') ? '清華大學開源軟體鏡像站' : window.location.pathname.includes('/en') ? 'Tsinghua University Open Source Mirror' : '清华大学开源软件镜像站',
 | 
			
		||||
        icon: 'tsinghua.png',
 | 
			
		||||
        iconStyle: { verticalAlign: '-0.3em' },
 | 
			
		||||
        url: 'https://mirrors.tuna.tsinghua.edu.cn',
 | 
			
		||||
@@ -163,8 +163,8 @@ const mirrorsTableData = [
 | 
			
		||||
        manjaro: true,
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
        name: '北京大学',
 | 
			
		||||
        officialName: '北京大学开源镜像站',
 | 
			
		||||
        name: window.location.pathname.includes('/zh-Hant') ? '北京大學' : window.location.pathname.includes('/en') ? 'Peking University' : '北京大学',
 | 
			
		||||
        officialName: window.location.pathname.includes('/zh-Hant') ? '北京大學開源鏡像站' : window.location.pathname.includes('/en') ? 'Peking University Open Source Mirror' : '北京大学开源镜像站',
 | 
			
		||||
        icon: 'pku.ico',
 | 
			
		||||
        iconStyle: { verticalAlign: '-0.2em' },
 | 
			
		||||
        url: 'https://mirrors.pku.edu.cn/Mirrors',
 | 
			
		||||
@@ -190,8 +190,8 @@ const mirrorsTableData = [
 | 
			
		||||
        manjaro: true,
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
        name: '浙江大学',
 | 
			
		||||
        officialName: '浙江大学镜像站',
 | 
			
		||||
        name: window.location.pathname.includes('/zh-Hant') ? '浙江大學' : window.location.pathname.includes('/en') ? 'Zhejiang University' : '浙江大学',
 | 
			
		||||
        officialName: window.location.pathname.includes('/zh-Hant') ? '浙江大學鏡像站' : window.location.pathname.includes('/en') ? 'Zhejiang University Mirror Site' : '浙江大学镜像站',
 | 
			
		||||
        icon: 'zju.ico',
 | 
			
		||||
        iconStyle: { verticalAlign: '-0.15em' },
 | 
			
		||||
        url: 'https://mirrors.zju.edu.cn',
 | 
			
		||||
@@ -217,8 +217,8 @@ const mirrorsTableData = [
 | 
			
		||||
        manjaro: true,
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
        name: '南京大学',
 | 
			
		||||
        officialName: '南京大学开源镜像站',
 | 
			
		||||
        name: window.location.pathname.includes('/zh-Hant') ? '南京大學' : window.location.pathname.includes('/en') ? 'Nanjing University' : '南京大学',
 | 
			
		||||
        officialName: window.location.pathname.includes('/zh-Hant') ? '南京大學開源鏡像站' : window.location.pathname.includes('/en') ? 'Nanjing University Open Source Mirror' : '南京大学开源镜像站',
 | 
			
		||||
        icon: 'nju.ico',
 | 
			
		||||
        iconStyle: { verticalAlign: '-0.3em' },
 | 
			
		||||
        url: 'https://mirrors.nju.edu.cn',
 | 
			
		||||
@@ -244,8 +244,8 @@ const mirrorsTableData = [
 | 
			
		||||
        manjaro: true,
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
        name: '兰州大学',
 | 
			
		||||
        officialName: '兰州大学开源软件镜像站',
 | 
			
		||||
        name: window.location.pathname.includes('/zh-Hant') ? '蘭州大學' : window.location.pathname.includes('/en') ? 'Lanzhou University' : '兰州大学',
 | 
			
		||||
        officialName: window.location.pathname.includes('/zh-Hant') ? '蘭州大學開源軟體鏡像站' : window.location.pathname.includes('/en') ? 'Lanzhou University Open Source Software Mirror' : '兰州大学开源软件镜像站',
 | 
			
		||||
        icon: 'lzu.png',
 | 
			
		||||
        iconStyle: { verticalAlign: '-0.25em' },
 | 
			
		||||
        url: 'https://mirror.lzu.edu.cn',
 | 
			
		||||
@@ -271,8 +271,8 @@ const mirrorsTableData = [
 | 
			
		||||
        manjaro: true,
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
        name: '上海交通大学',
 | 
			
		||||
        officialName: '上海交通大学思源镜像站',
 | 
			
		||||
        name: window.location.pathname.includes('/zh-Hant') ? '上海交通大學' : window.location.pathname.includes('/en') ? 'Shanghai Jiao Tong University' : '上海交通大学',
 | 
			
		||||
        officialName: window.location.pathname.includes('/zh-Hant') ? '上海交通大學思源鏡像站' : window.location.pathname.includes('/en') ? 'Shanghai Jiao Tong University Siyuan Mirror' : '上海交通大学思源镜像站',
 | 
			
		||||
        icon: 'sjtu.ico',
 | 
			
		||||
        iconStyle: { verticalAlign: '-0.15em' },
 | 
			
		||||
        url: 'https://mirror.sjtu.edu.cn',
 | 
			
		||||
@@ -298,8 +298,8 @@ const mirrorsTableData = [
 | 
			
		||||
        manjaro: true,
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
        name: '重庆邮电大学',
 | 
			
		||||
        officialName: '重庆邮电大学开源镜像站',
 | 
			
		||||
        name: window.location.pathname.includes('/zh-Hant') ? '重慶郵電大學' : window.location.pathname.includes('/en') ? 'Chongqing University of Posts and Telecommunications' : '重庆邮电大学',
 | 
			
		||||
        officialName: window.location.pathname.includes('/zh-Hant') ? '重慶郵電大學開源鏡像站' : window.location.pathname.includes('/en') ? 'Chongqing University of Posts and Telecommunications Open Source Mirror' : '重庆邮电大学开源镜像站',
 | 
			
		||||
        icon: 'cqupt.ico',
 | 
			
		||||
        iconStyle: {},
 | 
			
		||||
        url: 'https://mirrors.cqupt.edu.cn',
 | 
			
		||||
@@ -325,8 +325,8 @@ const mirrorsTableData = [
 | 
			
		||||
        manjaro: true,
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
        name: '中国科学技术大学',
 | 
			
		||||
        officialName: '中国科学技术大学开源软件镜像站',
 | 
			
		||||
        name: window.location.pathname.includes('/zh-Hant') ? '中國科學技術大學' : window.location.pathname.includes('/en') ? 'University of Science and Technology of China' : '中国科学技术大学',
 | 
			
		||||
        officialName: window.location.pathname.includes('/zh-Hant') ? '中國科學技術大學開源軟體鏡像站' : window.location.pathname.includes('/en') ? 'USTC Open Source Software Mirror' : '中国科学技术大学开源软件镜像站',
 | 
			
		||||
        icon: 'ustc.png',
 | 
			
		||||
        iconStyle: { verticalAlign: '-0.2em' },
 | 
			
		||||
        url: 'https://mirrors.ustc.edu.cn',
 | 
			
		||||
@@ -352,8 +352,8 @@ const mirrorsTableData = [
 | 
			
		||||
        manjaro: true,
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
        name: '中国科学院软件研究所',
 | 
			
		||||
        officialName: 'ISCAS 开源镜像站',
 | 
			
		||||
        name: window.location.pathname.includes('/zh-Hant') ? '中國科學院軟體研究所' : window.location.pathname.includes('/en') ? 'Institute of Software, Chinese Academy of Sciences (ISCAS)' : '中国科学院软件研究所',
 | 
			
		||||
        officialName: window.location.pathname.includes('/zh-Hant') ? 'ISCAS 開源鏡像站' : window.location.pathname.includes('/en') ? 'ISCAS Open Source Mirror' : 'ISCAS 开源镜像站',
 | 
			
		||||
        icon: 'iscas.png',
 | 
			
		||||
        iconStyle: { verticalAlign: '-0.25em' },
 | 
			
		||||
        url: 'https://mirror.iscas.ac.cn',
 | 
			
		||||
@@ -384,7 +384,7 @@ const mirrorsTableData = [
 | 
			
		||||
const mirrorsTableColumns = [
 | 
			
		||||
    {
 | 
			
		||||
        colKey: 'name',
 | 
			
		||||
        title: !window.location.pathname.includes('/zh-Hant') ? '镜像站' : '鏡像站',
 | 
			
		||||
        title: window.location.pathname.includes('/zh-Hant') ? '鏡像站' : window.location.pathname.includes('/en') ? 'Mirror Site' : '镜像站',
 | 
			
		||||
        align: 'left',
 | 
			
		||||
        width: '180',
 | 
			
		||||
        fixed: 'left',
 | 
			
		||||
@@ -400,7 +400,7 @@ const mirrorsTableColumns = [
 | 
			
		||||
        title: 'EPEL',
 | 
			
		||||
        align: 'center',
 | 
			
		||||
        width: '90',
 | 
			
		||||
        tooltip: !window.location.pathname.includes('/zh-Hant') ? 'EPEL (Extra Packages for Enterprise Linux) 是由 Fedora 组织维护的一个附加软件包仓库,它主要适用于除 Fedora 操作系统以外的红帽系 Linux 发行版' : 'EPEL (Extra Packages for Enterprise Linux) 是由 Fedora 組織維護的一個附加軟體包倉庫,它主要適用於除 Fedora 作業系統以外的紅帽系 Linux 發行版',
 | 
			
		||||
        tooltip: 'EPEL (Extra Packages for Enterprise Linux) ' + (window.location.pathname.includes('/zh-Hant') ? '是由 Fedora 組織維護的一個附加軟體包倉庫,它主要適用於除 Fedora 作業系統以外的紅帽系 Linux 發行版' : window.location.pathname.includes('/en') ? 'is an additional package repository maintained by the Fedora organization. It is mainly applicable to Red Hat Linux distributions other than the Fedora operating system.' : '是由 Fedora 组织维护的一个附加软件包仓库,它主要适用于除 Fedora 操作系统以外的红帽系 Linux 发行版'),
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
        colKey: 'archlinux',
 | 
			
		||||
@@ -521,3 +521,9 @@ const mirrorsTableColumns = [
 | 
			
		||||
    }
 | 
			
		||||
    return item
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
const mirrorsTableConfig = {
 | 
			
		||||
    sortAscendingOperationText: window.location.pathname.includes('/zh-Hant') ? '点击升序' : window.location.pathname.includes('/en') ? 'click to sort ascending' : '点击升序',
 | 
			
		||||
    sortCancelOperationText: window.location.pathname.includes('/zh-Hant') ? '点击取消排序' : window.location.pathname.includes('/en') ? 'click to cancel sorting' : '点击取消排序',
 | 
			
		||||
    sortDescendingOperationText: window.location.pathname.includes('/zh-Hant') ? '点击降序' : window.location.pathname.includes('/en') ? 'click to sort descending' : '点击降序',
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -1,63 +1,66 @@
 | 
			
		||||
ComponentSystem.register('mirrors-table', {
 | 
			
		||||
    template: `
 | 
			
		||||
        <div>
 | 
			
		||||
            <t-table
 | 
			
		||||
                :columns="columns"
 | 
			
		||||
                :data="data"
 | 
			
		||||
                row-key="name"
 | 
			
		||||
                size="small"
 | 
			
		||||
                verticalAlign="bottom"
 | 
			
		||||
                @data-change="dataChange"
 | 
			
		||||
            >
 | 
			
		||||
                <template v-for="col in columns" :key="col.colKey" #[col.title]>
 | 
			
		||||
                    <div v-if="col.tooltip" class="t-table__th-cell-inner">
 | 
			
		||||
                        <t-space style="gap: 4px">
 | 
			
		||||
                            <span>{{ col.title }}</span>
 | 
			
		||||
                            <t-tooltip :content="col.tooltip" placement="bottom" :show-arrow="false">
 | 
			
		||||
                                <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24"><path fill="currentColor" d="M11.95 18q.525 0 .888-.363t.362-.887t-.362-.888t-.888-.362t-.887.363t-.363.887t.363.888t.887.362m.05 4q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m.1-12.3q.625 0 1.088.4t.462 1q0 .55-.337.975t-.763.8q-.575.5-1.012 1.1t-.438 1.35q0 .35.263.588t.612.237q.375 0 .638-.25t.337-.625q.1-.525.45-.937t.75-.788q.575-.55.988-1.2t.412-1.45q0-1.275-1.037-2.087T12.1 6q-.95 0-1.812.4T8.975 7.625q-.175.3-.112.638t.337.512q.35.2.725.125t.625-.425q.275-.375.688-.575t.862-.2"/></svg>
 | 
			
		||||
                            </t-tooltip>
 | 
			
		||||
                        </t-space>
 | 
			
		||||
                    </div>
 | 
			
		||||
                    <div v-else class="t-table__th-cell-inner">{{ col.title }}</div>
 | 
			
		||||
                </template>
 | 
			
		||||
                <template v-for="col in columns" :key="col.colKey" #[col.colKey]="{ row }">
 | 
			
		||||
                    <template v-if="col.colKey === 'name'">
 | 
			
		||||
                        <t-popup placement="bottom" :show-arrow="false">
 | 
			
		||||
                            <template #content>
 | 
			
		||||
                                <t-space direction="vertical" algin="center" style="gap: 2px">
 | 
			
		||||
                                    <span>{{ row.officialName }}</span>
 | 
			
		||||
                                    <a :href="row.url" target="_blank" style="color: var(--md-typeset-a-color)">{{ row.domain }}</a>
 | 
			
		||||
                                </t-space>
 | 
			
		||||
                            </template>
 | 
			
		||||
                            <a :href="row.url" target="_blank">
 | 
			
		||||
                                <t-space align="center" style="gap: 6px">
 | 
			
		||||
                                    <span style="display: flex; height: 100%; align-items: center; justify-content: center">
 | 
			
		||||
                                        <img v-if="row.icon" :src="\`/assets/images/icon/mirrors/\${row.icon}\`" width="16" height="16">
 | 
			
		||||
                                    </span>
 | 
			
		||||
                                    <span>{{ row.name }}</span>
 | 
			
		||||
                                </t-space>
 | 
			
		||||
                             </a>
 | 
			
		||||
                        </t-popup>
 | 
			
		||||
            <t-config-provider :global-config="{ table: tableConfig }">
 | 
			
		||||
                <t-table
 | 
			
		||||
                    :columns="columns"
 | 
			
		||||
                    :data="data"
 | 
			
		||||
                    row-key="name"
 | 
			
		||||
                    size="small"
 | 
			
		||||
                    verticalAlign="bottom"
 | 
			
		||||
                    @data-change="dataChange"
 | 
			
		||||
                >
 | 
			
		||||
                    <template v-for="col in columns" :key="col.colKey" #[col.title]>
 | 
			
		||||
                        <div v-if="col.tooltip" class="t-table__th-cell-inner">
 | 
			
		||||
                            <t-space style="gap: 4px">
 | 
			
		||||
                                <span>{{ col.title }}</span>
 | 
			
		||||
                                <t-tooltip :content="col.tooltip" placement="bottom" :show-arrow="false">
 | 
			
		||||
                                    <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24"><path fill="currentColor" d="M11.95 18q.525 0 .888-.363t.362-.887t-.362-.888t-.888-.362t-.887.363t-.363.887t.363.888t.887.362m.05 4q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m.1-12.3q.625 0 1.088.4t.462 1q0 .55-.337.975t-.763.8q-.575.5-1.012 1.1t-.438 1.35q0 .35.263.588t.612.237q.375 0 .638-.25t.337-.625q.1-.525.45-.937t.75-.788q.575-.55.988-1.2t.412-1.45q0-1.275-1.037-2.087T12.1 6q-.95 0-1.812.4T8.975 7.625q-.175.3-.112.638t.337.512q.35.2.725.125t.625-.425q.275-.375.688-.575t.862-.2"/></svg>
 | 
			
		||||
                                </t-tooltip>
 | 
			
		||||
                            </t-space>
 | 
			
		||||
                        </div>
 | 
			
		||||
                        <div v-else class="t-table__th-cell-inner">{{ col.title }}</div>
 | 
			
		||||
                    </template>
 | 
			
		||||
                    <template v-else>
 | 
			
		||||
                        <t-tag v-if="typeof row[col.colKey] === 'boolean'" :theme="row[col.colKey] ? 'success' : 'danger'" variant="light" size="small" style="background-color: transparent; height: 100%; vertical-align: -0.35em">
 | 
			
		||||
                            <template #icon>
 | 
			
		||||
                                <svg v-if="row[col.colKey]" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24"><path fill="currentColor" d="M21 7L9 19l-5.5-5.5l1.41-1.41L9 16.17L19.59 5.59L21 7Z"></svg>
 | 
			
		||||
                                <svg v-else xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" style="vertical-align: -0.2em"><path fill="currentColor" d="M19 6.41L17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19L19 17.59L13.41 12L19 6.41Z"></svg>
 | 
			
		||||
                            </template>
 | 
			
		||||
                        </t-tag>
 | 
			
		||||
                        <t-tag v-else theme="warning" variant="light" size="small" style="background-color: transparent; vertical-align: -0.35em">
 | 
			
		||||
                            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" style="vertical-align: -0.1em"><path fill="#F6B604" d="M22.11 21.46L2.39 1.73L1.11 3l2.95 2.95A9.95 9.95 0 0 0 2 12c0 5.5 4.5 10 10 10c2.28 0 4.37-.77 6.05-2.06l2.79 2.79l1.27-1.27M12 20c-4.42 0-8-3.58-8-8c0-1.73.56-3.32 1.5-4.62L16.62 18.5A7.78 7.78 0 0 1 12 20M8.17 4.97L6.72 3.5C8.25 2.56 10.06 2 12 2c5.5 0 10 4.5 10 10c0 1.94-.56 3.75-1.5 5.28l-1.47-1.45c.62-1.14.97-2.44.97-3.83c0-4.42-3.58-8-8-8c-1.39 0-2.69.35-3.83.97Z"></svg>
 | 
			
		||||
                        </t-tag>
 | 
			
		||||
                    <template v-for="col in columns" :key="col.colKey" #[col.colKey]="{ row }">
 | 
			
		||||
                        <template v-if="col.colKey === 'name'">
 | 
			
		||||
                            <t-popup placement="bottom" :show-arrow="false">
 | 
			
		||||
                                <template #content>
 | 
			
		||||
                                    <t-space direction="vertical" algin="center" style="gap: 2px">
 | 
			
		||||
                                        <span>{{ row.officialName }}</span>
 | 
			
		||||
                                        <a :href="row.url" target="_blank" style="color: var(--md-typeset-a-color)">{{ row.domain }}</a>
 | 
			
		||||
                                    </t-space>
 | 
			
		||||
                                </template>
 | 
			
		||||
                                <a :href="row.url" target="_blank">
 | 
			
		||||
                                    <t-space align="center" style="gap: 6px">
 | 
			
		||||
                                        <span style="display: flex; height: 16px; width: 16px; align-items: center; justify-content: center">
 | 
			
		||||
                                            <img v-if="row.icon" :src="\`/assets/images/icon/mirrors/\${row.icon}\`" width="16" height="16">
 | 
			
		||||
                                        </span>
 | 
			
		||||
                                        <span>{{ row.name }}</span>
 | 
			
		||||
                                    </t-space>
 | 
			
		||||
                                </a>
 | 
			
		||||
                            </t-popup>
 | 
			
		||||
                        </template>
 | 
			
		||||
                        <template v-else>
 | 
			
		||||
                            <t-tag v-if="typeof row[col.colKey] === 'boolean'" :theme="row[col.colKey] ? 'success' : 'danger'" variant="light" size="small" style="background-color: transparent; height: 100%; vertical-align: -0.35em">
 | 
			
		||||
                                <template #icon>
 | 
			
		||||
                                    <svg v-if="row[col.colKey]" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24"><path fill="currentColor" d="M21 7L9 19l-5.5-5.5l1.41-1.41L9 16.17L19.59 5.59L21 7Z"></svg>
 | 
			
		||||
                                    <svg v-else xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" style="vertical-align: -0.2em"><path fill="currentColor" d="M19 6.41L17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19L19 17.59L13.41 12L19 6.41Z"></svg>
 | 
			
		||||
                                </template>
 | 
			
		||||
                            </t-tag>
 | 
			
		||||
                            <t-tag v-else theme="warning" variant="light" size="small" style="background-color: transparent; vertical-align: -0.35em">
 | 
			
		||||
                                <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" style="vertical-align: -0.1em"><path fill="#F6B604" d="M22.11 21.46L2.39 1.73L1.11 3l2.95 2.95A9.95 9.95 0 0 0 2 12c0 5.5 4.5 10 10 10c2.28 0 4.37-.77 6.05-2.06l2.79 2.79l1.27-1.27M12 20c-4.42 0-8-3.58-8-8c0-1.73.56-3.32 1.5-4.62L16.62 18.5A7.78 7.78 0 0 1 12 20M8.17 4.97L6.72 3.5C8.25 2.56 10.06 2 12 2c5.5 0 10 4.5 10 10c0 1.94-.56 3.75-1.5 5.28l-1.47-1.45c.62-1.14.97-2.44.97-3.83c0-4.42-3.58-8-8-8c-1.39 0-2.69.35-3.83.97Z"></svg>
 | 
			
		||||
                            </t-tag>
 | 
			
		||||
                        </template>
 | 
			
		||||
                    </template>
 | 
			
		||||
                </template>
 | 
			
		||||
            </t-table>
 | 
			
		||||
                </t-table>
 | 
			
		||||
            </t-config-provider>
 | 
			
		||||
        </div>
 | 
			
		||||
    `,
 | 
			
		||||
    data() {
 | 
			
		||||
        return {
 | 
			
		||||
            columns: mirrorsTableColumns,
 | 
			
		||||
            data: mirrorsTableData,
 | 
			
		||||
            tableConfig: mirrorsTableConfig,
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
    methods: {
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
---
 | 
			
		||||
title: One-Click Script Makes Mirror Switching Easier
 | 
			
		||||
description: GNU/Linux mirror switching script & docker installation and registry mirror switching script
 | 
			
		||||
description: GNU/Linux mirror switching script & Docker installation and registry mirror switching script
 | 
			
		||||
comments: true
 | 
			
		||||
glightbox: false
 | 
			
		||||
comments_description: This comment section is only for sharing project usage reviews and experiences. For issues or suggestions, please go to the <a href="/community">Community</a> or <a href="https://github.com/SuperManito/LinuxMirrors/issues" target="_blank">Issues</a>
 | 
			
		||||
@@ -18,7 +18,7 @@ hide:
 | 
			
		||||
  </div>
 | 
			
		||||
  <img src="/assets/images/brand/light/2.png#only-light" alt="LinuxMirrors" style="width: 300px" />
 | 
			
		||||
  <img src="/assets/images/brand/dark/2.png#only-dark" alt="LinuxMirrors" style="width: 300px" />
 | 
			
		||||
  <figcaption>GNU/Linux mirror switching script & docker installation and registry mirror switching script</figcaption>
 | 
			
		||||
  <figcaption>GNU/Linux mirror switching script & Docker installation and registry mirror switching script</figcaption>
 | 
			
		||||
  <figcaption>One-Click Script Makes Mirror Switching Easier</figcaption>
 | 
			
		||||
</figure>
 | 
			
		||||
<figure class="home-cmd no-select" style="margin: 0; display: flex; flex-direction: column; justify-content: center" markdown>
 | 
			
		||||
 
 | 
			
		||||
@@ -59,174 +59,174 @@ search:
 | 
			
		||||
 | 
			
		||||
## Overseas And International Regions :flag-world-map:
 | 
			
		||||
 | 
			
		||||
=== ":fontawesome-solid-earth-asia: Asia"
 | 
			
		||||
=== ":fontawesome-solid-earth-asia: AS"
 | 
			
		||||
 | 
			
		||||
    | Mirror Name | Mirror URL |
 | 
			
		||||
    | :- | :-: |
 | 
			
		||||
    | Asia · xTom · Hong Kong :flag-HK: | [mirrors.xtom.hk](https://mirrors.xtom.hk "https://mirrors.xtom.hk") |
 | 
			
		||||
    | Asia · 01Link · Hong Kong :flag-HK: | [mirror.01link.hk](https://mirror.01link.hk "https://mirror.01link.hk") |
 | 
			
		||||
    | Asia · National University of Singapore (NUS) · Singapore :flag-SG: | [download.nus.edu.sg/mirror](https://download.nus.edu.sg "https://download.nus.edu.sg") |
 | 
			
		||||
    | Asia · SG.GS · Singapore :flag-SG: | [mirror.sg.gs](https://mirror.sg.gs "https://mirror.sg.gs") |
 | 
			
		||||
    | Asia · xTom · Singapore :flag-SG: | [mirrors.xtom.sg](https://mirrors.xtom.sg "https://mirrors.xtom.sg") |
 | 
			
		||||
    | Asia · NCHC Free Software Lab · Taiwan :flag-TW: | [free.nchc.org.tw](https://free.nchc.org.tw "https://free.nchc.org.tw") |
 | 
			
		||||
    | Asia · OSS Planet · Taiwan :flag-TW: | [mirror.ossplanet.net](https://mirror.ossplanet.net "https://mirror.ossplanet.net") |
 | 
			
		||||
    | Asia · National Yang Ming Chiao Tung University · Taiwan :flag-TW: | [linux.cs.nctu.edu.tw](https://linux.cs.nctu.edu.tw "https://linux.cs.nctu.edu.tw") |
 | 
			
		||||
    | Asia · Tamkang University · Taiwan :flag-TW: | [ftp.tku.edu.tw](https://ftp.tku.edu.tw "https://ftp.tku.edu.tw") |
 | 
			
		||||
    | Asia · AniGil Linux Archive · Korea :flag-KR: | [mirror.anigil.com](https://mirror.anigil.com "https://mirror.anigil.com") |
 | 
			
		||||
    | Asia · ICSCoE (Industrial Cyber Security Center of Excellence) · Japan :flag-JP: | [ftp.udx.icscoe.jp/Linux](https://ftp.udx.icscoe.jp/Linux "https://ftp.udx.icscoe.jp/Linux") |
 | 
			
		||||
    | Asia · JAIST (Japan Advanced Institute of Science and Technology) · Japan :flag-JP: | [ftp.jaist.ac.jp/pub/Linux](https://ftp.jaist.ac.jp/pub/Linux "https://ftp.jaist.ac.jp/pub/Linux") |
 | 
			
		||||
    | Asia · Yamagata University · Japan :flag-JP: | [linux2.yz.yamagata-u.ac.jp/pub/Linux](https://linux2.yz.yamagata-u.ac.jp/pub/Linux "https://linux2.yz.yamagata-u.ac.jp/pub/Linux") |
 | 
			
		||||
    | Asia · xTom · Japan :flag-JP: | [mirrors.xtom.jp](https://mirrors.xtom.jp "https://mirrors.xtom.jp") |
 | 
			
		||||
    | Asia · GB Network Solutions · Malaysia :flag-MY: | [mirrors.gbnetwork.com](https://mirrors.gbnetwork.com "https://mirrors.gbnetwork.com") |
 | 
			
		||||
    | Asia · Khon Kaen University · Thailand :flag-TH: | [mirror.kku.ac.th](https://mirror.kku.ac.th "https://mirror.kku.ac.th") |
 | 
			
		||||
    | AS · xTom · Hong Kong :flag-HK: | [mirrors.xtom.hk](https://mirrors.xtom.hk "https://mirrors.xtom.hk") |
 | 
			
		||||
    | AS · 01Link · Hong Kong :flag-HK: | [mirror.01link.hk](https://mirror.01link.hk "https://mirror.01link.hk") |
 | 
			
		||||
    | AS · National University of Singapore (NUS) · Singapore :flag-SG: | [download.nus.edu.sg/mirror](https://download.nus.edu.sg "https://download.nus.edu.sg") |
 | 
			
		||||
    | AS · SG.GS · Singapore :flag-SG: | [mirror.sg.gs](https://mirror.sg.gs "https://mirror.sg.gs") |
 | 
			
		||||
    | AS · xTom · Singapore :flag-SG: | [mirrors.xtom.sg](https://mirrors.xtom.sg "https://mirrors.xtom.sg") |
 | 
			
		||||
    | AS · NCHC Free Software Lab · Taiwan :flag-TW: | [free.nchc.org.tw](https://free.nchc.org.tw "https://free.nchc.org.tw") |
 | 
			
		||||
    | AS · OSS Planet · Taiwan :flag-TW: | [mirror.ossplanet.net](https://mirror.ossplanet.net "https://mirror.ossplanet.net") |
 | 
			
		||||
    | AS · National Yang Ming Chiao Tung University · Taiwan :flag-TW: | [linux.cs.nctu.edu.tw](https://linux.cs.nctu.edu.tw "https://linux.cs.nctu.edu.tw") |
 | 
			
		||||
    | AS · Tamkang University · Taiwan :flag-TW: | [ftp.tku.edu.tw](https://ftp.tku.edu.tw "https://ftp.tku.edu.tw") |
 | 
			
		||||
    | AS · AniGil Linux Archive · Korea :flag-KR: | [mirror.anigil.com](https://mirror.anigil.com "https://mirror.anigil.com") |
 | 
			
		||||
    | AS · ICSCoE (Industrial Cyber Security Center of Excellence) · Japan :flag-JP: | [ftp.udx.icscoe.jp/Linux](https://ftp.udx.icscoe.jp/Linux "https://ftp.udx.icscoe.jp/Linux") |
 | 
			
		||||
    | AS · JAIST (Japan Advanced Institute of Science and Technology) · Japan :flag-JP: | [ftp.jaist.ac.jp/pub/Linux](https://ftp.jaist.ac.jp/pub/Linux "https://ftp.jaist.ac.jp/pub/Linux") |
 | 
			
		||||
    | AS · Yamagata University · Japan :flag-JP: | [linux2.yz.yamagata-u.ac.jp/pub/Linux](https://linux2.yz.yamagata-u.ac.jp/pub/Linux "https://linux2.yz.yamagata-u.ac.jp/pub/Linux") |
 | 
			
		||||
    | AS · xTom · Japan :flag-JP: | [mirrors.xtom.jp](https://mirrors.xtom.jp "https://mirrors.xtom.jp") |
 | 
			
		||||
    | AS · GB Network Solutions · Malaysia :flag-MY: | [mirrors.gbnetwork.com](https://mirrors.gbnetwork.com "https://mirrors.gbnetwork.com") |
 | 
			
		||||
    | AS · Khon Kaen University · Thailand :flag-TH: | [mirror.kku.ac.th](https://mirror.kku.ac.th "https://mirror.kku.ac.th") |
 | 
			
		||||
 | 
			
		||||
=== ":fontawesome-solid-earth-europe: Europe"
 | 
			
		||||
 | 
			
		||||
    | Mirror Name | Mirror URL |
 | 
			
		||||
    | :- | :-: |
 | 
			
		||||
    | Europe · Vorboss Ltd · UK :flag-GB: | [mirror.vorboss.net](https://mirror.vorboss.net "https://mirror.vorboss.net") |
 | 
			
		||||
    | Europe · QuickHost · UK :flag-GB: | [mirror.quickhost.uk](https://mirror.quickhost.uk "https://mirror.quickhost.uk") |
 | 
			
		||||
    | Europe · dogado · Germany :flag-DE: | [mirror.dogado.de](https://mirror.dogado.de "https://mirror.dogado.de") |
 | 
			
		||||
    | Europe · xTom · Germany :flag-DE: | [mirrors.xtom.de](https://mirrors.xtom.de "https://mirrors.xtom.de") |
 | 
			
		||||
    | Europe · RWTH Aachen University · Germany :flag-DE: | [ftp.halifax.rwth-aachen.de](https://ftp.halifax.rwth-aachen.de "https://ftp.halifax.rwth-aachen.de") |
 | 
			
		||||
    | Europe · Dresden University (AG DSN) · Germany :flag-DE: | [ftp.agdsn.de](https://ftp.agdsn.de "https://ftp.agdsn.de") |
 | 
			
		||||
    | Europe · CCIN2P3 · France :flag-FR: | [mirror.in2p3.fr/pub/linux](https://mirror.in2p3.fr/pub/linux "https://mirror.in2p3.fr/pub/linux") |
 | 
			
		||||
    | Europe · Ircam · France :flag-FR: | [mirrors.ircam.fr/pub](https://mirrors.ircam.fr/pub "https://mirrors.ircam.fr/pub") |
 | 
			
		||||
    | Europe · Crans · France :flag-FR: | [eclats.crans.org](https://eclats.crans.org "https://eclats.crans.org") |
 | 
			
		||||
    | Europe · CRIHAN · France :flag-FR: | [ftp.crihan.fr](https://ftp.crihan.fr "https://ftp.crihan.fr") |
 | 
			
		||||
    | Europe · xTom · Netherlands :flag-NL: | [mirrors.xtom.nl](https://mirrors.xtom.nl "https://mirrors.xtom.nl") |
 | 
			
		||||
    | Europe · DataPacket · Netherlands :flag-NL: | [mirror.datapacket.com](https://mirror.datapacket.com "https://mirror.datapacket.com") |
 | 
			
		||||
    | Europe · Linux Kernel · Netherlands :flag-NL: | [eu.edge.kernel.org](https://eu.edge.kernel.org "https://eu.edge.kernel.org") |
 | 
			
		||||
    | Europe · xTom · Estonia :flag-EE: | [mirrors.xtom.ee](https://mirrors.xtom.ee "https://mirrors.xtom.ee") |
 | 
			
		||||
    | Europe · netsite · Denmark :flag-DK: | [mirror.netsite.dk](https://mirror.netsite.dk "https://mirror.netsite.dk") |
 | 
			
		||||
    | Europe · Dotsrc · Denmark :flag-DK: | [mirrors.dotsrc.org](https://mirrors.dotsrc.org "https://mirrors.dotsrc.org") |
 | 
			
		||||
    | Europe · Academic Computer Club · Sweden :flag-SE: | [mirror.accum.se](https://mirror.accum.se "https://mirror.accum.se") |
 | 
			
		||||
    | Europe · Lysator · Sweden :flag-SE: | [ftp.lysator.liu.se](https://ftp.lysator.liu.se "https://ftp.lysator.liu.se") |
 | 
			
		||||
    | Europe · Yandex · Russia :flag-RU: | [mirror.yandex.ru](https://mirror.yandex.ru "https://mirror.yandex.ru") |
 | 
			
		||||
    | Europe · ia64 · Russia :flag-RU: | [mirror.linux-ia64.org](https://mirror.linux-ia64.org "https://mirror.linux-ia64.org") |
 | 
			
		||||
    | Europe · Truenetwork · Russia :flag-RU: | [mirror.truenetwork.ru](https://mirror.truenetwork.ru "https://mirror.truenetwork.ru") |
 | 
			
		||||
    | Europe · Belgian Research Network · Belgium :flag-BE: | [ftp.belnet.be/mirror](https://ftp.belnet.be/mirror "https://ftp.belnet.be/mirror") |
 | 
			
		||||
    | Europe · University of Crete Computer Center · Greece :flag-GR: | [ftp.cc.uoc.gr/mirrors/linux](https://ftp.cc.uoc.gr/mirrors/linux "https://ftp.cc.uoc.gr/mirrors/linux") |
 | 
			
		||||
    | Europe · Masaryk University Faculty of Informatics · Czech Republic :flag-CZ: | [ftp.fi.muni.cz/pub/linux](https://ftp.fi.muni.cz/pub/linux "https://ftp.fi.muni.cz/pub/linux") |
 | 
			
		||||
    | Europe · Czech Technical University Student Club (Silicon Hill) · Czech Republic :flag-CZ: | [ftp.sh.cvut.cz](https://ftp.sh.cvut.cz "https://ftp.sh.cvut.cz") |
 | 
			
		||||
    | Europe · Vodafone · Czech Republic :flag-CZ: | [mirror.karneval.cz/pub/linux](https://mirror.karneval.cz/pub/linux "https://mirror.karneval.cz/pub/linux") |
 | 
			
		||||
    | Europe · CZ.NIC · Czech Republic :flag-CZ: | [mirrors.nic.cz](https://mirrors.nic.cz "https://mirrors.nic.cz") |
 | 
			
		||||
    | Europe · ETH Zurich · Switzerland :flag-CH: | [mirror.ethz.ch](https://mirror.ethz.ch "https://mirror.ethz.ch") |
 | 
			
		||||
    | EU · Vorboss Ltd · UK :flag-GB: | [mirror.vorboss.net](https://mirror.vorboss.net "https://mirror.vorboss.net") |
 | 
			
		||||
    | EU · QuickHost · UK :flag-GB: | [mirror.quickhost.uk](https://mirror.quickhost.uk "https://mirror.quickhost.uk") |
 | 
			
		||||
    | EU · dogado · Germany :flag-DE: | [mirror.dogado.de](https://mirror.dogado.de "https://mirror.dogado.de") |
 | 
			
		||||
    | EU · xTom · Germany :flag-DE: | [mirrors.xtom.de](https://mirrors.xtom.de "https://mirrors.xtom.de") |
 | 
			
		||||
    | EU · RWTH Aachen University · Germany :flag-DE: | [ftp.halifax.rwth-aachen.de](https://ftp.halifax.rwth-aachen.de "https://ftp.halifax.rwth-aachen.de") |
 | 
			
		||||
    | EU · Dresden University (AG DSN) · Germany :flag-DE: | [ftp.agdsn.de](https://ftp.agdsn.de "https://ftp.agdsn.de") |
 | 
			
		||||
    | EU · CCIN2P3 · France :flag-FR: | [mirror.in2p3.fr/pub/linux](https://mirror.in2p3.fr/pub/linux "https://mirror.in2p3.fr/pub/linux") |
 | 
			
		||||
    | EU · Ircam · France :flag-FR: | [mirrors.ircam.fr/pub](https://mirrors.ircam.fr/pub "https://mirrors.ircam.fr/pub") |
 | 
			
		||||
    | EU · Crans · France :flag-FR: | [eclats.crans.org](https://eclats.crans.org "https://eclats.crans.org") |
 | 
			
		||||
    | EU · CRIHAN · France :flag-FR: | [ftp.crihan.fr](https://ftp.crihan.fr "https://ftp.crihan.fr") |
 | 
			
		||||
    | EU · xTom · Netherlands :flag-NL: | [mirrors.xtom.nl](https://mirrors.xtom.nl "https://mirrors.xtom.nl") |
 | 
			
		||||
    | EU · DataPacket · Netherlands :flag-NL: | [mirror.datapacket.com](https://mirror.datapacket.com "https://mirror.datapacket.com") |
 | 
			
		||||
    | EU · Linux Kernel · Netherlands :flag-NL: | [eu.edge.kernel.org](https://eu.edge.kernel.org "https://eu.edge.kernel.org") |
 | 
			
		||||
    | EU · xTom · Estonia :flag-EE: | [mirrors.xtom.ee](https://mirrors.xtom.ee "https://mirrors.xtom.ee") |
 | 
			
		||||
    | EU · netsite · Denmark :flag-DK: | [mirror.netsite.dk](https://mirror.netsite.dk "https://mirror.netsite.dk") |
 | 
			
		||||
    | EU · Dotsrc · Denmark :flag-DK: | [mirrors.dotsrc.org](https://mirrors.dotsrc.org "https://mirrors.dotsrc.org") |
 | 
			
		||||
    | EU · Academic Computer Club · Sweden :flag-SE: | [mirror.accum.se](https://mirror.accum.se "https://mirror.accum.se") |
 | 
			
		||||
    | EU · Lysator · Sweden :flag-SE: | [ftp.lysator.liu.se](https://ftp.lysator.liu.se "https://ftp.lysator.liu.se") |
 | 
			
		||||
    | EU · Yandex · Russia :flag-RU: | [mirror.yandex.ru](https://mirror.yandex.ru "https://mirror.yandex.ru") |
 | 
			
		||||
    | EU · ia64 · Russia :flag-RU: | [mirror.linux-ia64.org](https://mirror.linux-ia64.org "https://mirror.linux-ia64.org") |
 | 
			
		||||
    | EU · Truenetwork · Russia :flag-RU: | [mirror.truenetwork.ru](https://mirror.truenetwork.ru "https://mirror.truenetwork.ru") |
 | 
			
		||||
    | EU · Belgian Research Network · Belgium :flag-BE: | [ftp.belnet.be/mirror](https://ftp.belnet.be/mirror "https://ftp.belnet.be/mirror") |
 | 
			
		||||
    | EU · University of Crete Computer Center · Greece :flag-GR: | [ftp.cc.uoc.gr/mirrors/linux](https://ftp.cc.uoc.gr/mirrors/linux "https://ftp.cc.uoc.gr/mirrors/linux") |
 | 
			
		||||
    | EU · Masaryk University Faculty of Informatics · Czech Republic :flag-CZ: | [ftp.fi.muni.cz/pub/linux](https://ftp.fi.muni.cz/pub/linux "https://ftp.fi.muni.cz/pub/linux") |
 | 
			
		||||
    | EU · Czech Technical University Student Club (Silicon Hill) · Czech Republic :flag-CZ: | [ftp.sh.cvut.cz](https://ftp.sh.cvut.cz "https://ftp.sh.cvut.cz") |
 | 
			
		||||
    | EU · Vodafone · Czech Republic :flag-CZ: | [mirror.karneval.cz/pub/linux](https://mirror.karneval.cz/pub/linux "https://mirror.karneval.cz/pub/linux") |
 | 
			
		||||
    | EU · CZ.NIC · Czech Republic :flag-CZ: | [mirrors.nic.cz](https://mirrors.nic.cz "https://mirrors.nic.cz") |
 | 
			
		||||
    | EU · ETH Zurich · Switzerland :flag-CH: | [mirror.ethz.ch](https://mirror.ethz.ch "https://mirror.ethz.ch") |
 | 
			
		||||
 | 
			
		||||
=== ":fontawesome-solid-earth-americas: North America"
 | 
			
		||||
 | 
			
		||||
    | Mirror Name | Mirror URL |
 | 
			
		||||
    | :- | :-: |
 | 
			
		||||
    | North America · Linux Kernel · USA :flag-US: | [mirrors.kernel.org](https://mirrors.kernel.org "https://mirrors.kernel.org") |
 | 
			
		||||
    | North America · MIT · USA :flag-US: | [mirrors.mit.edu](https://mirrors.mit.edu "https://mirrors.mit.edu") |
 | 
			
		||||
    | North America · Princeton University Department of Mathematics · USA :flag-US: | [mirror.math.princeton.edu/pub](https://mirror.math.princeton.edu/pub "https://mirror.math.princeton.edu/pub") |
 | 
			
		||||
    | North America · Oregon State University Open Source Lab · USA :flag-US: | [ftp-chi.osuosl.org/pub](https://ftp-chi.osuosl.org/pub "https://ftp-chi.osuosl.org/pub") |
 | 
			
		||||
    | North America · Fremont Cabal Internet Exchange (FCIX) · USA :flag-US: | [mirror.fcix.net](https://mirror.fcix.net "https://mirror.fcix.net") |
 | 
			
		||||
    | North America · xTom · USA :flag-US: | [mirrors.xtom.com](https://mirrors.xtom.com "https://mirrors.xtom.com") |
 | 
			
		||||
    | North America · Steadfast · USA :flag-US: | [mirror.steadfast.net](https://mirror.steadfast.net "https://mirror.steadfast.net") |
 | 
			
		||||
    | North America · University of British Columbia · Canada :flag-CA: | [mirror.it.ubc.ca](https://mirror.it.ubc.ca "https://mirror.it.ubc.ca") |
 | 
			
		||||
    | North America · GoCodeIT · Canada :flag-CA: | [mirror.xenyth.net](https://mirror.xenyth.net "https://mirror.xenyth.net") |
 | 
			
		||||
    | North America · Switch · Canada :flag-CA: | [mirrors.switch.ca](https://mirrors.switch.ca "https://mirrors.switch.ca") |
 | 
			
		||||
    | NA · Linux Kernel · USA :flag-US: | [mirrors.kernel.org](https://mirrors.kernel.org "https://mirrors.kernel.org") |
 | 
			
		||||
    | NA · MIT · USA :flag-US: | [mirrors.mit.edu](https://mirrors.mit.edu "https://mirrors.mit.edu") |
 | 
			
		||||
    | NA · Princeton University Department of Mathematics · USA :flag-US: | [mirror.math.princeton.edu/pub](https://mirror.math.princeton.edu/pub "https://mirror.math.princeton.edu/pub") |
 | 
			
		||||
    | NA · Oregon State University Open Source Lab · USA :flag-US: | [ftp-chi.osuosl.org/pub](https://ftp-chi.osuosl.org/pub "https://ftp-chi.osuosl.org/pub") |
 | 
			
		||||
    | NA · Fremont Cabal Internet Exchange (FCIX) · USA :flag-US: | [mirror.fcix.net](https://mirror.fcix.net "https://mirror.fcix.net") |
 | 
			
		||||
    | NA · xTom · USA :flag-US: | [mirrors.xtom.com](https://mirrors.xtom.com "https://mirrors.xtom.com") |
 | 
			
		||||
    | NA · Steadfast · USA :flag-US: | [mirror.steadfast.net](https://mirror.steadfast.net "https://mirror.steadfast.net") |
 | 
			
		||||
    | NA · University of British Columbia · Canada :flag-CA: | [mirror.it.ubc.ca](https://mirror.it.ubc.ca "https://mirror.it.ubc.ca") |
 | 
			
		||||
    | NA · GoCodeIT · Canada :flag-CA: | [mirror.xenyth.net](https://mirror.xenyth.net "https://mirror.xenyth.net") |
 | 
			
		||||
    | NA · Switch · Canada :flag-CA: | [mirrors.switch.ca](https://mirrors.switch.ca "https://mirrors.switch.ca") |
 | 
			
		||||
 | 
			
		||||
=== ":fontawesome-solid-earth-americas: South America"
 | 
			
		||||
 | 
			
		||||
    | Mirror Name | Mirror URL |
 | 
			
		||||
    | :- | :-: |
 | 
			
		||||
    | South America · PoP-SC · Brazil :flag-BR: | [mirror.pop-sc.rnp.br/mirror](https://mirror.pop-sc.rnp.br/mirror "https://mirror.pop-sc.rnp.br/mirror") |
 | 
			
		||||
    | South America · State University of Ponta Grossa · Brazil :flag-BR: | [mirror.uepg.br](https://mirror.uepg.br "https://mirror.uepg.br") |
 | 
			
		||||
    | South America · UFSCar · Brazil :flag-BR: | [mirror.ufscar.br](https://mirror.ufscar.br "https://mirror.ufscar.br") |
 | 
			
		||||
    | South America · Sysarmy Community · Argentina :flag-AR: | [mirrors.eze.sysarmy.com](https://mirrors.eze.sysarmy.com "https://mirrors.eze.sysarmy.com") |
 | 
			
		||||
    | SA · PoP-SC · Brazil :flag-BR: | [mirror.pop-sc.rnp.br/mirror](https://mirror.pop-sc.rnp.br/mirror "https://mirror.pop-sc.rnp.br/mirror") |
 | 
			
		||||
    | SA · State University of Ponta Grossa · Brazil :flag-BR: | [mirror.uepg.br](https://mirror.uepg.br "https://mirror.uepg.br") |
 | 
			
		||||
    | SA · UFSCar · Brazil :flag-BR: | [mirror.ufscar.br](https://mirror.ufscar.br "https://mirror.ufscar.br") |
 | 
			
		||||
    | SA · Sysarmy Community · Argentina :flag-AR: | [mirrors.eze.sysarmy.com](https://mirrors.eze.sysarmy.com "https://mirrors.eze.sysarmy.com") |
 | 
			
		||||
 | 
			
		||||
=== ":fontawesome-solid-earth-oceania: Oceania"
 | 
			
		||||
 | 
			
		||||
    | Mirror Name | Mirror URL |
 | 
			
		||||
    | :- | :-: |
 | 
			
		||||
    | Oceania · Fremont Cabal Internet Exchange (FCIX) · Australia :flag-AU: | [gsl-syd.mm.fcix.net](https://gsl-syd.mm.fcix.net "https://gsl-syd.mm.fcix.net") |
 | 
			
		||||
    | Oceania · AARNet · Australia :flag-AU: | [mirror.aarnet.edu.au/pub](https://mirror.aarnet.edu.au/pub "https://mirror.aarnet.edu.au/pub") |
 | 
			
		||||
    | Oceania · DataMossa · Australia :flag-AU: | [mirror.datamossa.io](https://mirror.datamossa.io "https://mirror.datamossa.io") |
 | 
			
		||||
    | Oceania · Amaze · Australia :flag-AU: | [mirror.amaze.com.au](https://mirror.amaze.com.au "https://mirror.amaze.com.au") |
 | 
			
		||||
    | Oceania · xTom · Australia :flag-AU: | [mirrors.xtom.au](https://mirrors.xtom.au "https://mirrors.xtom.au") |
 | 
			
		||||
    | Oceania · Over the Wire · Australia :flag-AU: | [mirror.overthewire.com.au](https://mirror.overthewire.com.au "https://mirror.overthewire.com.au") |
 | 
			
		||||
    | Oceania · Free Software Mirror Group · New Zealand :flag-NZ: | [mirror.fsmg.org.nz](https://mirror.fsmg.org.nz "https://mirror.fsmg.org.nz") |
 | 
			
		||||
    | OC · Fremont Cabal Internet Exchange (FCIX) · Australia :flag-AU: | [gsl-syd.mm.fcix.net](https://gsl-syd.mm.fcix.net "https://gsl-syd.mm.fcix.net") |
 | 
			
		||||
    | OC · AARNet · Australia :flag-AU: | [mirror.aarnet.edu.au/pub](https://mirror.aarnet.edu.au/pub "https://mirror.aarnet.edu.au/pub") |
 | 
			
		||||
    | OC · DataMossa · Australia :flag-AU: | [mirror.datamossa.io](https://mirror.datamossa.io "https://mirror.datamossa.io") |
 | 
			
		||||
    | OC · Amaze · Australia :flag-AU: | [mirror.amaze.com.au](https://mirror.amaze.com.au "https://mirror.amaze.com.au") |
 | 
			
		||||
    | OC · xTom · Australia :flag-AU: | [mirrors.xtom.au](https://mirrors.xtom.au "https://mirrors.xtom.au") |
 | 
			
		||||
    | OC · Over the Wire · Australia :flag-AU: | [mirror.overthewire.com.au](https://mirror.overthewire.com.au "https://mirror.overthewire.com.au") |
 | 
			
		||||
    | OC · Free Software Mirror Group · New Zealand :flag-NZ: | [mirror.fsmg.org.nz](https://mirror.fsmg.org.nz "https://mirror.fsmg.org.nz") |
 | 
			
		||||
 | 
			
		||||
=== ":fontawesome-solid-earth-africa: Africa"
 | 
			
		||||
 | 
			
		||||
    | Mirror Name | Mirror URL |
 | 
			
		||||
    | :- | :-: |
 | 
			
		||||
    | Africa · Liquid Telecom · Kenya :flag-KE: | [mirror.liquidtelecom.com](https://mirror.liquidtelecom.com "https://mirror.liquidtelecom.com") |
 | 
			
		||||
    | Africa · Dimension Data · South Africa :flag-ZA: | [mirror.dimensiondata.com](https://mirror.dimensiondata.com "https://mirror.dimensiondata.com") |
 | 
			
		||||
    | AF · Liquid Telecom · Kenya :flag-KE: | [mirror.liquidtelecom.com](https://mirror.liquidtelecom.com "https://mirror.liquidtelecom.com") |
 | 
			
		||||
    | AF · Dimension Data · South Africa :flag-ZA: | [mirror.dimensiondata.com](https://mirror.dimensiondata.com "https://mirror.dimensiondata.com") |
 | 
			
		||||
 | 
			
		||||
=== ":octicons-globe-16: All"
 | 
			
		||||
 | 
			
		||||
    | Mirror Name | Mirror URL |
 | 
			
		||||
    | :- | :-: |
 | 
			
		||||
    | Asia · xTom · Hong Kong :flag-HK: | [mirrors.xtom.hk](https://mirrors.xtom.hk "https://mirrors.xtom.hk") |
 | 
			
		||||
    | Asia · 01Link · Hong Kong :flag-HK: | [mirror.01link.hk](https://mirror.01link.hk "https://mirror.01link.hk") |
 | 
			
		||||
    | Asia · National University of Singapore (NUS) · Singapore :flag-SG: | [download.nus.edu.sg/mirror](https://download.nus.edu.sg "https://download.nus.edu.sg") |
 | 
			
		||||
    | Asia · SG.GS · Singapore :flag-SG: | [mirror.sg.gs](https://mirror.sg.gs "https://mirror.sg.gs") |
 | 
			
		||||
    | Asia · xTom · Singapore :flag-SG: | [mirrors.xtom.sg](https://mirrors.xtom.sg "https://mirrors.xtom.sg") |
 | 
			
		||||
    | Asia · NCHC Free Software Lab · Taiwan :flag-TW: | [free.nchc.org.tw](https://free.nchc.org.tw "https://free.nchc.org.tw") |
 | 
			
		||||
    | Asia · OSS Planet · Taiwan :flag-TW: | [mirror.ossplanet.net](https://mirror.ossplanet.net "https://mirror.ossplanet.net") |
 | 
			
		||||
    | Asia · National Yang Ming Chiao Tung University · Taiwan :flag-TW: | [linux.cs.nctu.edu.tw](https://linux.cs.nctu.edu.tw "https://linux.cs.nctu.edu.tw") |
 | 
			
		||||
    | Asia · Tamkang University · Taiwan :flag-TW: | [ftp.tku.edu.tw](https://ftp.tku.edu.tw "https://ftp.tku.edu.tw") |
 | 
			
		||||
    | Asia · AniGil Linux Archive · Korea :flag-KR: | [mirror.anigil.com](https://mirror.anigil.com "https://mirror.anigil.com") |
 | 
			
		||||
    | Asia · ICSCoE (Industrial Cyber Security Center of Excellence) · Japan :flag-JP: | [ftp.udx.icscoe.jp/Linux](https://ftp.udx.icscoe.jp/Linux "https://ftp.udx.icscoe.jp/Linux") |
 | 
			
		||||
    | Asia · JAIST (Japan Advanced Institute of Science and Technology) · Japan :flag-JP: | [ftp.jaist.ac.jp/pub/Linux](https://ftp.jaist.ac.jp/pub/Linux "https://ftp.jaist.ac.jp/pub/Linux") |
 | 
			
		||||
    | Asia · Yamagata University · Japan :flag-JP: | [linux2.yz.yamagata-u.ac.jp/pub/Linux](https://linux2.yz.yamagata-u.ac.jp/pub/Linux "https://linux2.yz.yamagata-u.ac.jp/pub/Linux") |
 | 
			
		||||
    | Asia · xTom · Japan :flag-JP: | [mirrors.xtom.jp](https://mirrors.xtom.jp "https://mirrors.xtom.jp") |
 | 
			
		||||
    | Asia · GB Network Solutions · Malaysia :flag-MY: | [mirrors.gbnetwork.com](https://mirrors.gbnetwork.com "https://mirrors.gbnetwork.com") |
 | 
			
		||||
    | Asia · Khon Kaen University · Thailand :flag-TH: | [mirror.kku.ac.th](https://mirror.kku.ac.th "https://mirror.kku.ac.th") |
 | 
			
		||||
    | Europe · Vorboss Ltd · UK :flag-GB: | [mirror.vorboss.net](https://mirror.vorboss.net "https://mirror.vorboss.net") |
 | 
			
		||||
    | Europe · QuickHost · UK :flag-GB: | [mirror.quickhost.uk](https://mirror.quickhost.uk "https://mirror.quickhost.uk") |
 | 
			
		||||
    | Europe · dogado · Germany :flag-DE: | [mirror.dogado.de](https://mirror.dogado.de "https://mirror.dogado.de") |
 | 
			
		||||
    | Europe · xTom · Germany :flag-DE: | [mirrors.xtom.de](https://mirrors.xtom.de "https://mirrors.xtom.de") |
 | 
			
		||||
    | Europe · RWTH Aachen University · Germany :flag-DE: | [ftp.halifax.rwth-aachen.de](https://ftp.halifax.rwth-aachen.de "https://ftp.halifax.rwth-aachen.de") |
 | 
			
		||||
    | Europe · Dresden University (AG DSN) · Germany :flag-DE: | [ftp.agdsn.de](https://ftp.agdsn.de "https://ftp.agdsn.de") |
 | 
			
		||||
    | Europe · CCIN2P3 · France :flag-FR: | [mirror.in2p3.fr/pub/linux](https://mirror.in2p3.fr/pub/linux "https://mirror.in2p3.fr/pub/linux") |
 | 
			
		||||
    | Europe · Ircam · France :flag-FR: | [mirrors.ircam.fr/pub](https://mirrors.ircam.fr/pub "https://mirrors.ircam.fr/pub") |
 | 
			
		||||
    | Europe · Crans · France :flag-FR: | [eclats.crans.org](https://eclats.crans.org "https://eclats.crans.org") |
 | 
			
		||||
    | Europe · CRIHAN · France :flag-FR: | [ftp.crihan.fr](https://ftp.crihan.fr "https://ftp.crihan.fr") |
 | 
			
		||||
    | Europe · xTom · Netherlands :flag-NL: | [mirrors.xtom.nl](https://mirrors.xtom.nl "https://mirrors.xtom.nl") |
 | 
			
		||||
    | Europe · DataPacket · Netherlands :flag-NL: | [mirror.datapacket.com](https://mirror.datapacket.com "https://mirror.datapacket.com") |
 | 
			
		||||
    | Europe · Linux Kernel · Netherlands :flag-NL: | [eu.edge.kernel.org](https://eu.edge.kernel.org "https://eu.edge.kernel.org") |
 | 
			
		||||
    | Europe · xTom · Estonia :flag-EE: | [mirrors.xtom.ee](https://mirrors.xtom.ee "https://mirrors.xtom.ee") |
 | 
			
		||||
    | Europe · netsite · Denmark :flag-DK: | [mirror.netsite.dk](https://mirror.netsite.dk "https://mirror.netsite.dk") |
 | 
			
		||||
    | Europe · Dotsrc · Denmark :flag-DK: | [mirrors.dotsrc.org](https://mirrors.dotsrc.org "https://mirrors.dotsrc.org") |
 | 
			
		||||
    | Europe · Academic Computer Club · Sweden :flag-SE: | [mirror.accum.se](https://mirror.accum.se "https://mirror.accum.se") |
 | 
			
		||||
    | Europe · Lysator · Sweden :flag-SE: | [ftp.lysator.liu.se](https://ftp.lysator.liu.se "https://ftp.lysator.liu.se") |
 | 
			
		||||
    | Europe · Yandex · Russia :flag-RU: | [mirror.yandex.ru](https://mirror.yandex.ru "https://mirror.yandex.ru") |
 | 
			
		||||
    | Europe · ia64 · Russia :flag-RU: | [mirror.linux-ia64.org](https://mirror.linux-ia64.org "https://mirror.linux-ia64.org") |
 | 
			
		||||
    | Europe · Truenetwork · Russia :flag-RU: | [mirror.truenetwork.ru](https://mirror.truenetwork.ru "https://mirror.truenetwork.ru") |
 | 
			
		||||
    | Europe · Belgian Research Network · Belgium :flag-BE: | [ftp.belnet.be/mirror](https://ftp.belnet.be/mirror "https://ftp.belnet.be/mirror") |
 | 
			
		||||
    | Europe · University of Crete Computer Center · Greece :flag-GR: | [ftp.cc.uoc.gr/mirrors/linux](https://ftp.cc.uoc.gr/mirrors/linux "https://ftp.cc.uoc.gr/mirrors/linux") |
 | 
			
		||||
    | Europe · Masaryk University Faculty of Informatics · Czech Republic :flag-CZ: | [ftp.fi.muni.cz/pub/linux](https://ftp.fi.muni.cz/pub/linux "https://ftp.fi.muni.cz/pub/linux") |
 | 
			
		||||
    | Europe · Czech Technical University Student Club (Silicon Hill) · Czech Republic :flag-CZ: | [ftp.sh.cvut.cz](https://ftp.sh.cvut.cz "https://ftp.sh.cvut.cz") |
 | 
			
		||||
    | Europe · Vodafone · Czech Republic :flag-CZ: | [mirror.karneval.cz/pub/linux](https://mirror.karneval.cz/pub/linux "https://mirror.karneval.cz/pub/linux") |
 | 
			
		||||
    | Europe · CZ.NIC · Czech Republic :flag-CZ: | [mirrors.nic.cz](https://mirrors.nic.cz "https://mirrors.nic.cz") |
 | 
			
		||||
    | Europe · ETH Zurich · Switzerland :flag-CH: | [mirror.ethz.ch](https://mirror.ethz.ch "https://mirror.ethz.ch") |
 | 
			
		||||
    | North America · Linux Kernel · USA :flag-US: | [mirrors.kernel.org](https://mirrors.kernel.org "https://mirrors.kernel.org") |
 | 
			
		||||
    | North America · MIT · USA :flag-US: | [mirrors.mit.edu](https://mirrors.mit.edu "https://mirrors.mit.edu") |
 | 
			
		||||
    | North America · Princeton University Department of Mathematics · USA :flag-US: | [mirror.math.princeton.edu/pub](https://mirror.math.princeton.edu/pub "https://mirror.math.princeton.edu/pub") |
 | 
			
		||||
    | North America · Oregon State University Open Source Lab · USA :flag-US: | [ftp-chi.osuosl.org/pub](https://ftp-chi.osuosl.org/pub "https://ftp-chi.osuosl.org/pub") |
 | 
			
		||||
    | North America · Fremont Cabal Internet Exchange (FCIX) · USA :flag-US: | [mirror.fcix.net](https://mirror.fcix.net "https://mirror.fcix.net") |
 | 
			
		||||
    | North America · xTom · USA :flag-US: | [mirrors.xtom.com](https://mirrors.xtom.com "https://mirrors.xtom.com") |
 | 
			
		||||
    | North America · Steadfast · USA :flag-US: | [mirror.steadfast.net](https://mirror.steadfast.net "https://mirror.steadfast.net") |
 | 
			
		||||
    | North America · University of British Columbia · Canada :flag-CA: | [mirror.it.ubc.ca](https://mirror.it.ubc.ca "https://mirror.it.ubc.ca") |
 | 
			
		||||
    | North America · GoCodeIT · Canada :flag-CA: | [mirror.xenyth.net](https://mirror.xenyth.net "https://mirror.xenyth.net") |
 | 
			
		||||
    | North America · Switch · Canada :flag-CA: | [mirrors.switch.ca](https://mirrors.switch.ca "https://mirrors.switch.ca") |
 | 
			
		||||
    | South America · PoP-SC · Brazil :flag-BR: | [mirror.pop-sc.rnp.br/mirror](https://mirror.pop-sc.rnp.br/mirror "https://mirror.pop-sc.rnp.br/mirror") |
 | 
			
		||||
    | South America · State University of Ponta Grossa · Brazil :flag-BR: | [mirror.uepg.br](https://mirror.uepg.br "https://mirror.uepg.br") |
 | 
			
		||||
    | South America · UFSCar · Brazil :flag-BR: | [mirror.ufscar.br](https://mirror.ufscar.br "https://mirror.ufscar.br") |
 | 
			
		||||
    | South America · Sysarmy Community · Argentina :flag-AR: | [mirrors.eze.sysarmy.com](https://mirrors.eze.sysarmy.com "https://mirrors.eze.sysarmy.com") |
 | 
			
		||||
    | Oceania · Fremont Cabal Internet Exchange (FCIX) · Australia :flag-AU: | [gsl-syd.mm.fcix.net](https://gsl-syd.mm.fcix.net "https://gsl-syd.mm.fcix.net") |
 | 
			
		||||
    | Oceania · AARNet · Australia :flag-AU: | [mirror.aarnet.edu.au/pub](https://mirror.aarnet.edu.au/pub "https://mirror.aarnet.edu.au/pub") |
 | 
			
		||||
    | Oceania · DataMossa · Australia :flag-AU: | [mirror.datamossa.io](https://mirror.datamossa.io "https://mirror.datamossa.io") |
 | 
			
		||||
    | Oceania · Amaze · Australia :flag-AU: | [mirror.amaze.com.au](https://mirror.amaze.com.au "https://mirror.amaze.com.au") |
 | 
			
		||||
    | Oceania · xTom · Australia :flag-AU: | [mirrors.xtom.au](https://mirrors.xtom.au "https://mirrors.xtom.au") |
 | 
			
		||||
    | Oceania · Over the Wire · Australia :flag-AU: | [mirror.overthewire.com.au](https://mirror.overthewire.com.au "https://mirror.overthewire.com.au") |
 | 
			
		||||
    | Oceania · Free Software Mirror Group · New Zealand :flag-NZ: | [mirror.fsmg.org.nz](https://mirror.fsmg.org.nz "https://mirror.fsmg.org.nz") |
 | 
			
		||||
    | Africa · Liquid Telecom · Kenya :flag-KE: | [mirror.liquidtelecom.com](https://mirror.liquidtelecom.com "https://mirror.liquidtelecom.com") |
 | 
			
		||||
    | Africa · Dimension Data · South Africa :flag-ZA: | [mirror.dimensiondata.com](https://mirror.dimensiondata.com "https://mirror.dimensiondata.com") |
 | 
			
		||||
    | AS · xTom · Hong Kong :flag-HK: | [mirrors.xtom.hk](https://mirrors.xtom.hk "https://mirrors.xtom.hk") |
 | 
			
		||||
    | AS · 01Link · Hong Kong :flag-HK: | [mirror.01link.hk](https://mirror.01link.hk "https://mirror.01link.hk") |
 | 
			
		||||
    | AS · National University of Singapore (NUS) · Singapore :flag-SG: | [download.nus.edu.sg/mirror](https://download.nus.edu.sg "https://download.nus.edu.sg") |
 | 
			
		||||
    | AS · SG.GS · Singapore :flag-SG: | [mirror.sg.gs](https://mirror.sg.gs "https://mirror.sg.gs") |
 | 
			
		||||
    | AS · xTom · Singapore :flag-SG: | [mirrors.xtom.sg](https://mirrors.xtom.sg "https://mirrors.xtom.sg") |
 | 
			
		||||
    | AS · NCHC Free Software Lab · Taiwan :flag-TW: | [free.nchc.org.tw](https://free.nchc.org.tw "https://free.nchc.org.tw") |
 | 
			
		||||
    | AS · OSS Planet · Taiwan :flag-TW: | [mirror.ossplanet.net](https://mirror.ossplanet.net "https://mirror.ossplanet.net") |
 | 
			
		||||
    | AS · National Yang Ming Chiao Tung University · Taiwan :flag-TW: | [linux.cs.nctu.edu.tw](https://linux.cs.nctu.edu.tw "https://linux.cs.nctu.edu.tw") |
 | 
			
		||||
    | AS · Tamkang University · Taiwan :flag-TW: | [ftp.tku.edu.tw](https://ftp.tku.edu.tw "https://ftp.tku.edu.tw") |
 | 
			
		||||
    | AS · AniGil Linux Archive · Korea :flag-KR: | [mirror.anigil.com](https://mirror.anigil.com "https://mirror.anigil.com") |
 | 
			
		||||
    | AS · ICSCoE (Industrial Cyber Security Center of Excellence) · Japan :flag-JP: | [ftp.udx.icscoe.jp/Linux](https://ftp.udx.icscoe.jp/Linux "https://ftp.udx.icscoe.jp/Linux") |
 | 
			
		||||
    | AS · JAIST (Japan Advanced Institute of Science and Technology) · Japan :flag-JP: | [ftp.jaist.ac.jp/pub/Linux](https://ftp.jaist.ac.jp/pub/Linux "https://ftp.jaist.ac.jp/pub/Linux") |
 | 
			
		||||
    | AS · Yamagata University · Japan :flag-JP: | [linux2.yz.yamagata-u.ac.jp/pub/Linux](https://linux2.yz.yamagata-u.ac.jp/pub/Linux "https://linux2.yz.yamagata-u.ac.jp/pub/Linux") |
 | 
			
		||||
    | AS · xTom · Japan :flag-JP: | [mirrors.xtom.jp](https://mirrors.xtom.jp "https://mirrors.xtom.jp") |
 | 
			
		||||
    | AS · GB Network Solutions · Malaysia :flag-MY: | [mirrors.gbnetwork.com](https://mirrors.gbnetwork.com "https://mirrors.gbnetwork.com") |
 | 
			
		||||
    | AS · Khon Kaen University · Thailand :flag-TH: | [mirror.kku.ac.th](https://mirror.kku.ac.th "https://mirror.kku.ac.th") |
 | 
			
		||||
    | EU · Vorboss Ltd · UK :flag-GB: | [mirror.vorboss.net](https://mirror.vorboss.net "https://mirror.vorboss.net") |
 | 
			
		||||
    | EU · QuickHost · UK :flag-GB: | [mirror.quickhost.uk](https://mirror.quickhost.uk "https://mirror.quickhost.uk") |
 | 
			
		||||
    | EU · dogado · Germany :flag-DE: | [mirror.dogado.de](https://mirror.dogado.de "https://mirror.dogado.de") |
 | 
			
		||||
    | EU · xTom · Germany :flag-DE: | [mirrors.xtom.de](https://mirrors.xtom.de "https://mirrors.xtom.de") |
 | 
			
		||||
    | EU · RWTH Aachen University · Germany :flag-DE: | [ftp.halifax.rwth-aachen.de](https://ftp.halifax.rwth-aachen.de "https://ftp.halifax.rwth-aachen.de") |
 | 
			
		||||
    | EU · Dresden University (AG DSN) · Germany :flag-DE: | [ftp.agdsn.de](https://ftp.agdsn.de "https://ftp.agdsn.de") |
 | 
			
		||||
    | EU · CCIN2P3 · France :flag-FR: | [mirror.in2p3.fr/pub/linux](https://mirror.in2p3.fr/pub/linux "https://mirror.in2p3.fr/pub/linux") |
 | 
			
		||||
    | EU · Ircam · France :flag-FR: | [mirrors.ircam.fr/pub](https://mirrors.ircam.fr/pub "https://mirrors.ircam.fr/pub") |
 | 
			
		||||
    | EU · Crans · France :flag-FR: | [eclats.crans.org](https://eclats.crans.org "https://eclats.crans.org") |
 | 
			
		||||
    | EU · CRIHAN · France :flag-FR: | [ftp.crihan.fr](https://ftp.crihan.fr "https://ftp.crihan.fr") |
 | 
			
		||||
    | EU · xTom · Netherlands :flag-NL: | [mirrors.xtom.nl](https://mirrors.xtom.nl "https://mirrors.xtom.nl") |
 | 
			
		||||
    | EU · DataPacket · Netherlands :flag-NL: | [mirror.datapacket.com](https://mirror.datapacket.com "https://mirror.datapacket.com") |
 | 
			
		||||
    | EU · Linux Kernel · Netherlands :flag-NL: | [eu.edge.kernel.org](https://eu.edge.kernel.org "https://eu.edge.kernel.org") |
 | 
			
		||||
    | EU · xTom · Estonia :flag-EE: | [mirrors.xtom.ee](https://mirrors.xtom.ee "https://mirrors.xtom.ee") |
 | 
			
		||||
    | EU · netsite · Denmark :flag-DK: | [mirror.netsite.dk](https://mirror.netsite.dk "https://mirror.netsite.dk") |
 | 
			
		||||
    | EU · Dotsrc · Denmark :flag-DK: | [mirrors.dotsrc.org](https://mirrors.dotsrc.org "https://mirrors.dotsrc.org") |
 | 
			
		||||
    | EU · Academic Computer Club · Sweden :flag-SE: | [mirror.accum.se](https://mirror.accum.se "https://mirror.accum.se") |
 | 
			
		||||
    | EU · Lysator · Sweden :flag-SE: | [ftp.lysator.liu.se](https://ftp.lysator.liu.se "https://ftp.lysator.liu.se") |
 | 
			
		||||
    | EU · Yandex · Russia :flag-RU: | [mirror.yandex.ru](https://mirror.yandex.ru "https://mirror.yandex.ru") |
 | 
			
		||||
    | EU · ia64 · Russia :flag-RU: | [mirror.linux-ia64.org](https://mirror.linux-ia64.org "https://mirror.linux-ia64.org") |
 | 
			
		||||
    | EU · Truenetwork · Russia :flag-RU: | [mirror.truenetwork.ru](https://mirror.truenetwork.ru "https://mirror.truenetwork.ru") |
 | 
			
		||||
    | EU · Belgian Research Network · Belgium :flag-BE: | [ftp.belnet.be/mirror](https://ftp.belnet.be/mirror "https://ftp.belnet.be/mirror") |
 | 
			
		||||
    | EU · University of Crete Computer Center · Greece :flag-GR: | [ftp.cc.uoc.gr/mirrors/linux](https://ftp.cc.uoc.gr/mirrors/linux "https://ftp.cc.uoc.gr/mirrors/linux") |
 | 
			
		||||
    | EU · Masaryk University Faculty of Informatics · Czech Republic :flag-CZ: | [ftp.fi.muni.cz/pub/linux](https://ftp.fi.muni.cz/pub/linux "https://ftp.fi.muni.cz/pub/linux") |
 | 
			
		||||
    | EU · Czech Technical University Student Club (Silicon Hill) · Czech Republic :flag-CZ: | [ftp.sh.cvut.cz](https://ftp.sh.cvut.cz "https://ftp.sh.cvut.cz") |
 | 
			
		||||
    | EU · Vodafone · Czech Republic :flag-CZ: | [mirror.karneval.cz/pub/linux](https://mirror.karneval.cz/pub/linux "https://mirror.karneval.cz/pub/linux") |
 | 
			
		||||
    | EU · CZ.NIC · Czech Republic :flag-CZ: | [mirrors.nic.cz](https://mirrors.nic.cz "https://mirrors.nic.cz") |
 | 
			
		||||
    | EU · ETH Zurich · Switzerland :flag-CH: | [mirror.ethz.ch](https://mirror.ethz.ch "https://mirror.ethz.ch") |
 | 
			
		||||
    | NA · Linux Kernel · USA :flag-US: | [mirrors.kernel.org](https://mirrors.kernel.org "https://mirrors.kernel.org") |
 | 
			
		||||
    | NA · MIT · USA :flag-US: | [mirrors.mit.edu](https://mirrors.mit.edu "https://mirrors.mit.edu") |
 | 
			
		||||
    | NA · Princeton University Department of Mathematics · USA :flag-US: | [mirror.math.princeton.edu/pub](https://mirror.math.princeton.edu/pub "https://mirror.math.princeton.edu/pub") |
 | 
			
		||||
    | NA · Oregon State University Open Source Lab · USA :flag-US: | [ftp-chi.osuosl.org/pub](https://ftp-chi.osuosl.org/pub "https://ftp-chi.osuosl.org/pub") |
 | 
			
		||||
    | NA · Fremont Cabal Internet Exchange (FCIX) · USA :flag-US: | [mirror.fcix.net](https://mirror.fcix.net "https://mirror.fcix.net") |
 | 
			
		||||
    | NA · xTom · USA :flag-US: | [mirrors.xtom.com](https://mirrors.xtom.com "https://mirrors.xtom.com") |
 | 
			
		||||
    | NA · Steadfast · USA :flag-US: | [mirror.steadfast.net](https://mirror.steadfast.net "https://mirror.steadfast.net") |
 | 
			
		||||
    | NA · University of British Columbia · Canada :flag-CA: | [mirror.it.ubc.ca](https://mirror.it.ubc.ca "https://mirror.it.ubc.ca") |
 | 
			
		||||
    | NA · GoCodeIT · Canada :flag-CA: | [mirror.xenyth.net](https://mirror.xenyth.net "https://mirror.xenyth.net") |
 | 
			
		||||
    | NA · Switch · Canada :flag-CA: | [mirrors.switch.ca](https://mirrors.switch.ca "https://mirrors.switch.ca") |
 | 
			
		||||
    | SA · PoP-SC · Brazil :flag-BR: | [mirror.pop-sc.rnp.br/mirror](https://mirror.pop-sc.rnp.br/mirror "https://mirror.pop-sc.rnp.br/mirror") |
 | 
			
		||||
    | SA · State University of Ponta Grossa · Brazil :flag-BR: | [mirror.uepg.br](https://mirror.uepg.br "https://mirror.uepg.br") |
 | 
			
		||||
    | SA · UFSCar · Brazil :flag-BR: | [mirror.ufscar.br](https://mirror.ufscar.br "https://mirror.ufscar.br") |
 | 
			
		||||
    | SA · Sysarmy Community · Argentina :flag-AR: | [mirrors.eze.sysarmy.com](https://mirrors.eze.sysarmy.com "https://mirrors.eze.sysarmy.com") |
 | 
			
		||||
    | OC · Fremont Cabal Internet Exchange (FCIX) · Australia :flag-AU: | [gsl-syd.mm.fcix.net](https://gsl-syd.mm.fcix.net "https://gsl-syd.mm.fcix.net") |
 | 
			
		||||
    | OC · AARNet · Australia :flag-AU: | [mirror.aarnet.edu.au/pub](https://mirror.aarnet.edu.au/pub "https://mirror.aarnet.edu.au/pub") |
 | 
			
		||||
    | OC · DataMossa · Australia :flag-AU: | [mirror.datamossa.io](https://mirror.datamossa.io "https://mirror.datamossa.io") |
 | 
			
		||||
    | OC · Amaze · Australia :flag-AU: | [mirror.amaze.com.au](https://mirror.amaze.com.au "https://mirror.amaze.com.au") |
 | 
			
		||||
    | OC · xTom · Australia :flag-AU: | [mirrors.xtom.au](https://mirrors.xtom.au "https://mirrors.xtom.au") |
 | 
			
		||||
    | OC · Over the Wire · Australia :flag-AU: | [mirror.overthewire.com.au](https://mirror.overthewire.com.au "https://mirror.overthewire.com.au") |
 | 
			
		||||
    | OC · Free Software Mirror Group · New Zealand :flag-NZ: | [mirror.fsmg.org.nz](https://mirror.fsmg.org.nz "https://mirror.fsmg.org.nz") |
 | 
			
		||||
    | AF · Liquid Telecom · Kenya :flag-KE: | [mirror.liquidtelecom.com](https://mirror.liquidtelecom.com "https://mirror.liquidtelecom.com") |
 | 
			
		||||
    | AF · Dimension Data · South Africa :flag-ZA: | [mirror.dimensiondata.com](https://mirror.dimensiondata.com "https://mirror.dimensiondata.com") |
 | 
			
		||||
 | 
			
		||||
## Tool Websites
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -30,36 +30,36 @@ search:
 | 
			
		||||
 | 
			
		||||
    | 鏡像站名稱 | 鏡像站位址 |
 | 
			
		||||
    | :- | :-: |
 | 
			
		||||
    | 北京大学 | [mirrors.pku.edu.cn](https://mirrors.pku.edu.cn "https://mirrors.pku.edu.cn") |
 | 
			
		||||
    | 北京交通大学 | [mirror.bjtu.edu.cn](https://mirror.bjtu.edu.cn "https://mirror.bjtu.edu.cn") |
 | 
			
		||||
    | 北京外国语大学 | [mirrors.bfsu.edu.cn](https://mirrors.bfsu.edu.cn "https://mirrors.bfsu.edu.cn") |
 | 
			
		||||
    | 北京邮电大学 | [mirror.bupt.edu.cn](https://mirror.bupt.edu.cn "https://mirror.bupt.edu.cn") |
 | 
			
		||||
    | 重庆大学 | [mirrors.cqu.edu.cn](https://mirrors.cqu.edu.cn "https://mirrors.cqu.edu.cn") |
 | 
			
		||||
    | 重庆邮电大学 | [mirrors.cqupt.edu.cn](https://mirrors.cqupt.edu.cn "https://mirrors.cqupt.edu.cn") |
 | 
			
		||||
    | 大连东软信息学院 | [mirrors.neusoft.edu.cn](https://mirrors.neusoft.edu.cn "https://mirrors.neusoft.edu.cn") |
 | 
			
		||||
    | 电子科技大学 | [mirrors.uestc.cn](https://mirrors.uestc.cn "https://mirrors.uestc.cn") |
 | 
			
		||||
    | 华南农业大学 | [mirrors.scau.edu.cn](https://mirrors.scau.edu.cn "https://mirrors.scau.edu.cn") |
 | 
			
		||||
    | 华中科技大学 | [mirrors.hust.edu.cn](https://mirrors.hust.edu.cn "https://mirrors.hust.edu.cn") |
 | 
			
		||||
    | 吉林大学 | [mirrors.jlu.edu.cn](https://mirrors.jlu.edu.cn "https://mirrors.jlu.edu.cn") |
 | 
			
		||||
    | 荆楚理工学院 | [mirrors.jcut.edu.cn](https://mirrors.jcut.edu.cn "https://mirrors.jcut.edu.cn") |
 | 
			
		||||
    | 江西理工大学 | [mirrors.jxust.edu.cn](https://mirrors.jxust.edu.cn "https://mirrors.jxust.edu.cn") |
 | 
			
		||||
    | 兰州大学 | [mirror.lzu.edu.cn](https://mirror.lzu.edu.cn "https://mirror.lzu.edu.cn") |
 | 
			
		||||
    | 南京大学 | [mirrors.nju.edu.cn](https://mirrors.nju.edu.cn "https://mirrors.nju.edu.cn") |
 | 
			
		||||
    | 南京工业大学 | [mirrors.njtech.edu.cn](https://mirrors.njtech.edu.cn "https://mirrors.njtech.edu.cn") |
 | 
			
		||||
    | 南京邮电大学 | [mirrors.njupt.edu.cn](https://mirrors.njupt.edu.cn "https://mirrors.njupt.edu.cn") |
 | 
			
		||||
    | 南方科技大学 | [mirrors.sustech.edu.cn](https://mirrors.sustech.edu.cn "https://mirrors.sustech.edu.cn") |
 | 
			
		||||
    | 南阳理工学院 | [mirror.nyist.edu.cn](https://mirror.nyist.edu.cn "https://mirror.nyist.edu.cn") |
 | 
			
		||||
    | 齐鲁工业大学 | [mirrors.qlu.edu.cn](https://mirrors.qlu.edu.cn "https://mirrors.qlu.edu.cn") |
 | 
			
		||||
    | 清华大学 | [mirrors.tuna.tsinghua.edu.cn](https://mirrors.tuna.tsinghua.edu.cn "https://mirrors.tuna.tsinghua.edu.cn") |
 | 
			
		||||
    | 山东大学 | [mirrors.sdu.edu.cn](https://mirrors.sdu.edu.cn "https://mirrors.sdu.edu.cn") |
 | 
			
		||||
    | 上海科技大学 | [mirrors.shanghaitech.edu.cn](https://mirrors.shanghaitech.edu.cn "https://mirrors.shanghaitech.edu.cn") |
 | 
			
		||||
    | 上海交通大学(思源) | [mirror.sjtu.edu.cn](https://mirror.sjtu.edu.cn "https://mirror.sjtu.edu.cn") |
 | 
			
		||||
    | 上海交通大学(致远) | [mirrors.sjtug.sjtu.edu.cn](https://mirrors.sjtug.sjtu.edu.cn "https://mirrors.sjtug.sjtu.edu.cn") |
 | 
			
		||||
    | 武昌首义学院 | [mirrors.wsyu.edu.cn](https://mirrors.wsyu.edu.cn "https://mirrors.wsyu.edu.cn") |
 | 
			
		||||
    | 西安交通大学 | [mirrors.xjtu.edu.cn](https://mirrors.xjtu.edu.cn "https://mirrors.xjtu.edu.cn") |
 | 
			
		||||
    | 西北农林科技大学 | [mirrors.nwafu.edu.cn](https://mirrors.nwafu.edu.cn "https://mirrors.nwafu.edu.cn") |
 | 
			
		||||
    | 浙江大学 | [mirrors.zju.edu.cn](https://mirrors.zju.edu.cn "https://mirrors.zju.edu.cn") |
 | 
			
		||||
    | 中国科学技术大学 | [mirrors.ustc.edu.cn](https://mirrors.ustc.edu.cn "https://mirrors.ustc.edu.cn") |
 | 
			
		||||
    | 北京大學 | [mirrors.pku.edu.cn](https://mirrors.pku.edu.cn "https://mirrors.pku.edu.cn") |
 | 
			
		||||
    | 北京交通大學 | [mirror.bjtu.edu.cn](https://mirror.bjtu.edu.cn "https://mirror.bjtu.edu.cn") |
 | 
			
		||||
    | 北京外國語大學 | [mirrors.bfsu.edu.cn](https://mirrors.bfsu.edu.cn "https://mirrors.bfsu.edu.cn") |
 | 
			
		||||
    | 北京郵電大學 | [mirror.bupt.edu.cn](https://mirror.bupt.edu.cn "https://mirror.bupt.edu.cn") |
 | 
			
		||||
    | 重慶大學 | [mirrors.cqu.edu.cn](https://mirrors.cqu.edu.cn "https://mirrors.cqu.edu.cn") |
 | 
			
		||||
    | 重慶郵電大學 | [mirrors.cqupt.edu.cn](https://mirrors.cqupt.edu.cn "https://mirrors.cqupt.edu.cn") |
 | 
			
		||||
    | 大連東軟信息學院 | [mirrors.neusoft.edu.cn](https://mirrors.neusoft.edu.cn "https://mirrors.neusoft.edu.cn") |
 | 
			
		||||
    | 電子科技大學 | [mirrors.uestc.cn](https://mirrors.uestc.cn "https://mirrors.uestc.cn") |
 | 
			
		||||
    | 華南農業大學 | [mirrors.scau.edu.cn](https://mirrors.scau.edu.cn "https://mirrors.scau.edu.cn") |
 | 
			
		||||
    | 華中科技大學 | [mirrors.hust.edu.cn](https://mirrors.hust.edu.cn "https://mirrors.hust.edu.cn") |
 | 
			
		||||
    | 吉林大學 | [mirrors.jlu.edu.cn](https://mirrors.jlu.edu.cn "https://mirrors.jlu.edu.cn") |
 | 
			
		||||
    | 荊楚理工學院 | [mirrors.jcut.edu.cn](https://mirrors.jcut.edu.cn "https://mirrors.jcut.edu.cn") |
 | 
			
		||||
    | 江西理工大學 | [mirrors.jxust.edu.cn](https://mirrors.jxust.edu.cn "https://mirrors.jxust.edu.cn") |
 | 
			
		||||
    | 蘭州大學 | [mirror.lzu.edu.cn](https://mirror.lzu.edu.cn "https://mirror.lzu.edu.cn") |
 | 
			
		||||
    | 南京大學 | [mirrors.nju.edu.cn](https://mirrors.nju.edu.cn "https://mirrors.nju.edu.cn") |
 | 
			
		||||
    | 南京工業大學 | [mirrors.njtech.edu.cn](https://mirrors.njtech.edu.cn "https://mirrors.njtech.edu.cn") |
 | 
			
		||||
    | 南京郵電大學 | [mirrors.njupt.edu.cn](https://mirrors.njupt.edu.cn "https://mirrors.njupt.edu.cn") |
 | 
			
		||||
    | 南方科技大學 | [mirrors.sustech.edu.cn](https://mirrors.sustech.edu.cn "https://mirrors.sustech.edu.cn") |
 | 
			
		||||
    | 南陽理工學院 | [mirror.nyist.edu.cn](https://mirror.nyist.edu.cn "https://mirror.nyist.edu.cn") |
 | 
			
		||||
    | 齊魯工業大學 | [mirrors.qlu.edu.cn](https://mirrors.qlu.edu.cn "https://mirrors.qlu.edu.cn") |
 | 
			
		||||
    | 清華大學 | [mirrors.tuna.tsinghua.edu.cn](https://mirrors.tuna.tsinghua.edu.cn "https://mirrors.tuna.tsinghua.edu.cn") |
 | 
			
		||||
    | 山東大學 | [mirrors.sdu.edu.cn](https://mirrors.sdu.edu.cn "https://mirrors.sdu.edu.cn") |
 | 
			
		||||
    | 上海科技大學 | [mirrors.shanghaitech.edu.cn](https://mirrors.shanghaitech.edu.cn "https://mirrors.shanghaitech.edu.cn") |
 | 
			
		||||
    | 上海交通大學(思源) | [mirror.sjtu.edu.cn](https://mirror.sjtu.edu.cn "https://mirror.sjtu.edu.cn") |
 | 
			
		||||
    | 上海交通大學(致遠) | [mirrors.sjtug.sjtu.edu.cn](https://mirrors.sjtug.sjtu.edu.cn "https://mirrors.sjtug.sjtu.edu.cn") |
 | 
			
		||||
    | 武昌首義學院 | [mirrors.wsyu.edu.cn](https://mirrors.wsyu.edu.cn "https://mirrors.wsyu.edu.cn") |
 | 
			
		||||
    | 西安交通大學 | [mirrors.xjtu.edu.cn](https://mirrors.xjtu.edu.cn "https://mirrors.xjtu.edu.cn") |
 | 
			
		||||
    | 西北農林科技大學 | [mirrors.nwafu.edu.cn](https://mirrors.nwafu.edu.cn "https://mirrors.nwafu.edu.cn") |
 | 
			
		||||
    | 浙江大學 | [mirrors.zju.edu.cn](https://mirrors.zju.edu.cn "https://mirrors.zju.edu.cn") |
 | 
			
		||||
    | 中國科學技術大學 | [mirrors.ustc.edu.cn](https://mirrors.ustc.edu.cn "https://mirrors.ustc.edu.cn") |
 | 
			
		||||
 | 
			
		||||
## 國際地區 :flag-world-map:
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -213,33 +213,33 @@ $ bash <(curl -sSL https://linuxmirrors.cn/docker.sh) --help
 | 
			
		||||
 | 
			
		||||
Command options(name/meaning/value):
 | 
			
		||||
 | 
			
		||||
  --source                  Specify Docker CE source address (domain or IP)            address
 | 
			
		||||
  --source-registry         Specify Docker registry mirror address (domain or IP)      address
 | 
			
		||||
  --branch                  Specify Docker CE source repository (path)                 repo name
 | 
			
		||||
  --branch-version          Specify Docker CE source repository version                version
 | 
			
		||||
  --source                  Specify Docker CE mirror address (domain or IP)            address
 | 
			
		||||
  --source-registry         Specify Docker Registry mirror address (domain or IP)      address
 | 
			
		||||
  --branch                  Specify Docker CE mirror repository (path)                 repo name
 | 
			
		||||
  --branch-version          Specify Docker CE mirror repository version                version
 | 
			
		||||
  --designated-version      Specify Docker Engine installation version                 version
 | 
			
		||||
  --codename                Specify Debian-based OS codename                           codename
 | 
			
		||||
  --protocol                Specify Web protocol for Docker CE source                  http or https
 | 
			
		||||
  --use-intranet-source     Prefer intranet Docker CE source address                   true or false
 | 
			
		||||
  --protocol                Specify Web protocol for Docker CE mirror                  http or https
 | 
			
		||||
  --use-intranet-source     Prefer intranet Docker CE mirror address                   true or false
 | 
			
		||||
  --install-latest          Whether to install the latest Docker Engine                true or false
 | 
			
		||||
  --close-firewall          Whether to disable the firewall                            true or false
 | 
			
		||||
  --clean-screen            Whether to clear the screen before running                 true or false
 | 
			
		||||
  --only-registry           Only switch registry mirror mode	                       none
 | 
			
		||||
  --ignore-backup-tips      Ignore backup overwrite prompt (do not backup)	          none
 | 
			
		||||
  --only-registry           Only switch registry mirror mode                           none
 | 
			
		||||
  --ignore-backup-tips      Ignore backup overwrite prompt (do not backup)             none
 | 
			
		||||
  --pure-mode               Pure mode, minimal output                                  none
 | 
			
		||||
  --help                    Show help menu                                             none
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
| Name | Meaning | Value |
 | 
			
		||||
| :-: | :-: | :-: |
 | 
			
		||||
| `--source` | Specify `Docker CE` source address (domain or IP) | `address` |
 | 
			
		||||
| `--source-registry` | Specify `Docker` registry mirror address (domain or IP) | `address` |
 | 
			
		||||
| `--branch` | Specify `Docker CE` source repository (path) | `repo name (see docs below)` |
 | 
			
		||||
| `--branch-version` | Specify `Docker CE` source repository version | `version (see docs below)` |
 | 
			
		||||
| `--source` | Specify `Docker CE` mirror address (domain or IP) | `address` |
 | 
			
		||||
| `--source-registry` | Specify `Docker Registry` mirror address (domain or IP) | `address` |
 | 
			
		||||
| `--branch` | Specify `Docker CE` mirror repository (path) | `repo name (see docs below)` |
 | 
			
		||||
| `--branch-version` | Specify `Docker CE` mirror repository version | `version (see docs below)` |
 | 
			
		||||
| `--designated-version` | Specify `Docker Engine` installation version | `version (see docs below)` |
 | 
			
		||||
| `--codename` | Specify `Debian-based` OS codename | `codename` |
 | 
			
		||||
| `--protocol` | Specify Web protocol for `Docker CE` source | `http` or `https` |
 | 
			
		||||
| `--use-intranet-source` | Prefer intranet `Docker CE` source address | `true` or `false` |
 | 
			
		||||
| `--protocol` | Specify Web protocol for `Docker CE` mirror | `http` or `https` |
 | 
			
		||||
| `--use-intranet-source` | Prefer intranet `Docker CE` mirror address | `true` or `false` |
 | 
			
		||||
| `--install-latest` | Whether to install the latest `Docker Engine` | `true` or `false` |
 | 
			
		||||
| `--close-firewall` | Whether to disable the firewall | `true` or `false` |
 | 
			
		||||
| `--clean-screen` | Whether to clear the screen before running | `true` or `false` |
 | 
			
		||||
@@ -316,7 +316,7 @@ Command options(name/meaning/value):
 | 
			
		||||
    ``` { .bash .no-copy }
 | 
			
		||||
    bash <(curl -sSL https://linuxmirrors.cn/docker.sh) --source mirror.example.com/docker-ce
 | 
			
		||||
    ```
 | 
			
		||||
    > Note: The address path must include the Docker CE source repository path, i.e., `docker-ce`.
 | 
			
		||||
    > Note: The address path must include the Docker CE mirror repository path, i.e., `docker-ce`.
 | 
			
		||||
 | 
			
		||||
- ### Specify Docker CE Source Repository
 | 
			
		||||
 | 
			
		||||
@@ -438,4 +438,4 @@ Command options(name/meaning/value):
 | 
			
		||||
    - #### Simple method
 | 
			
		||||
 | 
			
		||||
        --8<-- "docs/other/example2.md"
 | 
			
		||||
        > Note: If you don't specify `Docker CE source` and `Image repository source`, the script will be interactively selected by the user. The screen will be automatically cleared (`$ clear`) at this point, which will cause your script's log to be cleared.
 | 
			
		||||
        > Note: If you don't specify `Docker CE` and `Docker Registry` mirrors, the script will be interactively selected by the user. The screen will be automatically cleared (`$ clear`) at this point, which will cause your script's log to be cleared.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user