diff options
author | filip <filip.komar@gmail.com> | 2017-05-25 01:42:18 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2017-05-25 01:42:18 +0200 |
commit | 6fbceb34a52d95204e253d93e79339bbcbbe312f (patch) | |
tree | f32680727c73e62ba7423d6f7e6cedf8220e79ce | |
parent | e963b739d8c75c2b88ba83c2a5419c0d424f7d10 (diff) | |
download | www-6fbceb34a52d95204e253d93e79339bbcbbe312f.tar www-6fbceb34a52d95204e253d93e79339bbcbbe312f.tar.gz www-6fbceb34a52d95204e253d93e79339bbcbbe312f.tar.bz2 www-6fbceb34a52d95204e253d93e79339bbcbbe312f.tar.xz www-6fbceb34a52d95204e253d93e79339bbcbbe312f.zip |
adding more mirrors for mga6rc
-rw-r--r-- | lib/cached.list.php | 104 |
1 files changed, 101 insertions, 3 deletions
diff --git a/lib/cached.list.php b/lib/cached.list.php index 1600cae01..abbf080e7 100644 --- a/lib/cached.list.php +++ b/lib/cached.list.php @@ -3,31 +3,129 @@ array ( 0 => array ( + 'zone' => 'CZ', + 'country' => 'CZ', + 'city' => 'Brno', + 'url' => 'ftp://ftp.fi.muni.cz/pub/linux/mageia', + ), + 1 => + array ( + 'zone' => 'CZ', + 'country' => 'CZ', + 'city' => 'Brno', + 'url' => 'http://ftp.fi.muni.cz/pub/linux/mageia', + ), + 2 => + array ( + 'zone' => 'DE', + 'country' => 'DE', + 'city' => '?', + 'url' => 'ftp://srv3.tuxinator.org/mageia', + ), + 3 => + array ( + 'zone' => 'DE', + 'country' => 'DE', + 'city' => '?', + 'url' => 'ftp://srv4.tuxinator.org/mageia', + ), + 4 => + array ( + 'zone' => 'DE', + 'country' => 'DE', + 'city' => '?', + 'url' => 'http://srv3.tuxinator.org/mageia', + ), + 5 => + array ( + 'zone' => 'DE', + 'country' => 'DE', + 'city' => '?', + 'url' => 'http://srv4.tuxinator.org/mageia', + ), + 6 => + array ( + 'zone' => 'DE', + 'country' => 'DE', + 'city' => 'Hermsdorf', + 'url' => 'ftp://mirror.tuxinator.org/mageia', + ), + 7 => + array ( + 'zone' => 'DE', + 'country' => 'DE', + 'city' => 'freiburg', + 'url' => 'ftp://mirror2.tuxinator.org/mageia', + ), + 8 => + array ( + 'zone' => 'DE', + 'country' => 'DE', + 'city' => 'freiburg', + 'url' => 'http://mirror2.tuxinator.org/mageia', + ), + 9 => + array ( 'zone' => 'FR', 'country' => 'FR', 'city' => 'Paris', 'url' => 'ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia', ), - 1 => + 10 => array ( 'zone' => 'FR', 'country' => 'FR', 'city' => 'Paris', 'url' => 'ftp://ftp.free.fr/mirrors/mageia.org', ), - 2 => + 11 => array ( 'zone' => 'FR', 'country' => 'FR', 'city' => 'Paris', 'url' => 'http://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia', ), - 3 => + 12 => array ( 'zone' => 'FR', 'country' => 'FR', 'city' => 'Paris', 'url' => 'http://ftp.free.fr/mirrors/mageia.org', ), + 13 => + array ( + 'zone' => 'NL', + 'country' => 'NL', + 'city' => 'Amsterdam', + 'url' => 'ftp://mageia.webconquest.com', + ), + 14 => + array ( + 'zone' => 'NL', + 'country' => 'NL', + 'city' => 'Amsterdam', + 'url' => 'http://mageia.webconquest.com', + ), + 15 => + array ( + 'zone' => 'PL', + 'country' => 'PL', + 'city' => 'Warszawa', + 'url' => 'ftp://ftp.icm.edu.pl/pub/Linux/sunsite/distributions/mageia', + ), + 16 => + array ( + 'zone' => 'PL', + 'country' => 'PL', + 'city' => 'Warszawa', + 'url' => 'http://ftp.icm.edu.pl/pub/Linux/sunsite/distributions/mageia', + ), + 17 => + array ( + 'zone' => 'SE', + 'country' => 'SE', + 'city' => 'Umeå', + 'url' => 'http://ftp.acc.umu.se/mirror/mageia', + ), ), ); ?> |