From d95ebcfbd70e44e13ce6579055cd5d94b5a90040 Mon Sep 17 00:00:00 2001 From: filip Date: Wed, 17 Jul 2019 01:21:56 +0200 Subject: adding some more mirrors to mirrors cache --- lib/cached.list.php | 80 ++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 61 insertions(+), 19 deletions(-) (limited to 'lib/cached.list.php') 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', @@ -452,6 +494,13 @@ 'url' => 'http://mirror.math.princeton.edu/pub/mageia', ), 3 => + array ( + 'zone' => 'US', + 'country' => 'US', + 'city' => 'RICHMOND', + 'url' => 'ftp://mageia.jameswhitby.net/mageia', + ), + 4 => array ( 'zone' => 'US', 'country' => 'US', @@ -493,13 +542,6 @@ 'url' => 'http://mageia.fis.unb.br', ), 3 => - array ( - 'zone' => 'EC', - 'country' => 'EC', - 'city' => 'Cuenca', - 'url' => 'ftp://mirror.cedia.org.ec/mageia', - ), - 4 => array ( 'zone' => 'EC', 'country' => 'EC', -- cgit v1.2.1