diff options
author | filip <filip.komar@gmail.com> | 2019-07-17 01:21:56 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2019-07-17 01:21:56 +0200 |
commit | d95ebcfbd70e44e13ce6579055cd5d94b5a90040 (patch) | |
tree | 768784f09ebc7ba6fc773c67ad58d696767a5bae /lib/cached.list.php | |
parent | 372477e9a96bbdd7b25d6cc12bd0c5fc6b12dac6 (diff) | |
download | www-d95ebcfbd70e44e13ce6579055cd5d94b5a90040.tar www-d95ebcfbd70e44e13ce6579055cd5d94b5a90040.tar.gz www-d95ebcfbd70e44e13ce6579055cd5d94b5a90040.tar.bz2 www-d95ebcfbd70e44e13ce6579055cd5d94b5a90040.tar.xz www-d95ebcfbd70e44e13ce6579055cd5d94b5a90040.zip |
adding some more mirrors to mirrors cache
Diffstat (limited to 'lib/cached.list.php')
-rw-r--r-- | lib/cached.list.php | 80 |
1 files changed, 61 insertions, 19 deletions
diff --git a/lib/cached.list.php b/lib/cached.list.php index 348c71629..99c903518 100644 --- a/lib/cached.list.php +++ b/lib/cached.list.php @@ -22,73 +22,115 @@ array ( 'zone' => 'CN', 'country' => 'CN', - 'city' => 'Hefei', - 'url' => 'http://mirrors.ustc.edu.cn/mageia', + 'city' => 'Beijing', + 'url' => 'http://mirrors.tuna.tsinghua.edu.cn/mageia', ), 1 => array ( 'zone' => 'CN', 'country' => 'CN', - 'city' => 'Hefei', - 'url' => 'https://mirrors.ustc.edu.cn/mageia', + 'city' => 'Beijing', + 'url' => 'https://mirrors.tuna.tsinghua.edu.cn/mageia', ), 2 => array ( + 'zone' => 'CN', + 'country' => 'CN', + 'city' => 'Hefei', + 'url' => 'http://mirrors.ustc.edu.cn/mageia', + ), + 3 => + array ( + 'zone' => 'CN', + 'country' => 'CN', + 'city' => 'Shanghai', + 'url' => 'http://ftp.sjtu.edu.cn/mageia', + ), + 4 => + array ( + 'zone' => 'CN', + 'country' => 'CN', + 'city' => 'Shanghai', + 'url' => 'https://ftp.sjtu.edu.cn/mageia', + ), + 5 => + array ( 'zone' => 'IL', 'country' => 'IL', 'city' => '-', 'url' => 'http://mirror.isoc.org.il/pub/mageia', ), - 3 => + 6 => array ( 'zone' => 'JP', 'country' => 'JP', 'city' => 'Tsukuba', 'url' => 'http://ftp.tsukuba.wide.ad.jp/Linux/mageia', ), - 4 => + 7 => array ( 'zone' => 'PH', 'country' => 'PH', 'city' => 'Cebu', 'url' => 'ftp://mirror.rise.ph/mageia', ), - 5 => + 8 => array ( 'zone' => 'PH', 'country' => 'PH', 'city' => 'Cebu', 'url' => 'http://mirror.rise.ph/mageia', ), - 6 => + 9 => array ( 'zone' => 'TR', 'country' => 'TR', 'city' => 'Ankara', 'url' => 'ftp://ftp.linux.org.tr/mageia', ), - 7 => + 10 => array ( 'zone' => 'TR', 'country' => 'TR', 'city' => 'Ankara', 'url' => 'http://ftp.linux.org.tr/mageia', ), - 8 => + 11 => + array ( + 'zone' => 'TW', + 'country' => 'TW', + 'city' => 'Chungli', + 'url' => 'ftp://ftp.yzu.edu.tw/Linux/Mageia', + ), + 12 => array ( 'zone' => 'TW', 'country' => 'TW', 'city' => 'Chungli', 'url' => 'http://ftp.yzu.edu.tw/Linux/Mageia', ), - 9 => + 13 => + array ( + 'zone' => 'TW', + 'country' => 'TW', + 'city' => 'HsinChu', + 'url' => 'ftp://free.nchc.org.tw/mageia', + ), + 14 => + array ( + 'zone' => 'TW', + 'country' => 'TW', + 'city' => 'HsinChu', + 'url' => 'http://free.nchc.org.tw/mageia', + ), + 15 => array ( 'zone' => 'TW', 'country' => 'TW', 'city' => 'Taipei', 'url' => 'ftp://ftp.tku.edu.tw/Linux/Mageia', ), - 10 => + 16 => array ( 'zone' => 'TW', 'country' => 'TW', @@ -456,6 +498,13 @@ 'zone' => 'US', 'country' => 'US', 'city' => 'RICHMOND', + 'url' => 'ftp://mageia.jameswhitby.net/mageia', + ), + 4 => + array ( + 'zone' => 'US', + 'country' => 'US', + 'city' => 'RICHMOND', 'url' => 'http://mageia.jameswhitby.net/mageia', ), ), @@ -497,13 +546,6 @@ 'zone' => 'EC', 'country' => 'EC', 'city' => 'Cuenca', - 'url' => 'ftp://mirror.cedia.org.ec/mageia', - ), - 4 => - array ( - 'zone' => 'EC', - 'country' => 'EC', - 'city' => 'Cuenca', 'url' => 'http://mirror.cedia.org.ec/mageia', ), ), |