diff options
Diffstat (limited to 'lib/cached.list_mirrorlist.php')
-rw-r--r-- | lib/cached.list_mirrorlist.php | 57 |
1 files changed, 44 insertions, 13 deletions
diff --git a/lib/cached.list_mirrorlist.php b/lib/cached.list_mirrorlist.php index af985590f..7f47f5cc0 100644 --- a/lib/cached.list_mirrorlist.php +++ b/lib/cached.list_mirrorlist.php @@ -83,54 +83,75 @@ ), 8 => array ( + 'zone' => 'JP', + 'country' => 'JP', + 'city' => 'Tsukuba', + 'url' => 'http://ftp.tsukuba.wide.ad.jp/Linux/mageia', + ), + 9 => + array ( + 'zone' => 'JP', + 'country' => 'JP', + 'city' => 'Tsukuba', + 'url' => 'https://ftp.tsukuba.wide.ad.jp/Linux/mageia', + ), + 10 => + array ( 'zone' => 'TR', 'country' => 'TR', 'city' => 'Ankara', 'url' => 'ftp://ftp.linux.org.tr/mageia', ), - 9 => + 11 => array ( 'zone' => 'TR', 'country' => 'TR', 'city' => 'Ankara', 'url' => 'http://ftp.linux.org.tr/mageia', ), - 10 => + 12 => array ( 'zone' => 'TR', 'country' => 'TR', 'city' => 'Ankara', 'url' => 'https://ftp.linux.org.tr/mageia', ), - 11 => + 13 => array ( 'zone' => 'TW', 'country' => 'TW', 'city' => 'HsinChu', 'url' => 'ftp://free.nchc.org.tw/mageia', ), - 12 => + 14 => + array ( + 'zone' => 'TW', + 'country' => 'TW', + 'city' => 'HsinChu', + 'url' => 'ftp://ftp.twaren.net/Linux/Mageia', + ), + 15 => array ( 'zone' => 'TW', 'country' => 'TW', 'city' => 'HsinChu', 'url' => 'http://free.nchc.org.tw/mageia', ), - 13 => + 16 => array ( 'zone' => 'TW', 'country' => 'TW', 'city' => 'HsinChu', 'url' => 'https://free.nchc.org.tw/mageia', ), - 14 => + 17 => array ( 'zone' => 'TW', 'country' => 'TW', 'city' => 'Taipei', 'url' => 'ftp://ftp.tku.edu.tw/Linux/Mageia', ), - 15 => + 18 => array ( 'zone' => 'TW', 'country' => 'TW', @@ -588,29 +609,29 @@ array ( 'zone' => 'US', 'country' => 'US', - 'city' => 'Durham', - 'url' => 'https://distro.ibiblio.org/mageia', + 'city' => 'Lenoir, NC', + 'url' => 'http://mirror.dacentec.com/mageia', ), 5 => array ( 'zone' => 'US', 'country' => 'US', 'city' => 'Lenoir, NC', - 'url' => 'http://mirror.dacentec.com/mageia', + 'url' => 'https://mirror.dacentec.com/mageia', ), 6 => array ( 'zone' => 'US', 'country' => 'US', - 'city' => 'Lenoir, NC', - 'url' => 'https://mirror.dacentec.com/mageia', + 'city' => 'Princeton', + 'url' => 'http://mirror.math.princeton.edu/pub/mageia', ), 7 => array ( 'zone' => 'US', 'country' => 'US', 'city' => 'Princeton', - 'url' => 'http://mirror.math.princeton.edu/pub/mageia', + 'url' => 'https://mirror.math.princeton.edu/pub/mageia', ), 8 => array ( @@ -634,6 +655,16 @@ 'url' => 'https://mageia.jameswhitby.net', ), ), + '_C:OC' => + array ( + 0 => + array ( + 'zone' => 'AU', + 'country' => 'AU', + 'city' => 'Adelaide', + 'url' => 'http://mirror.internode.on.net/pub/mageia', + ), + ), '_C:SA' => array ( 0 => |