mirros.php: update mirrors list

This commit is contained in:
Silvan Calarco 2023-08-05 22:40:16 +02:00
parent 0e26e955f0
commit f992f7d8f6

View File

@ -3,8 +3,9 @@
$repo = $_GET['repo'];
$arch = $_GET['arch'];
$basedirs = [
'http://cdn.openmamba.org/pub/openmamba/',
'http://hetzner3.openmamba.org/pub/openmamba/'
'https://cdn.openmamba.org/pub/openmamba/',
'https://hetzner3.openmamba.org/pub/openmamba/',
'https://mirror.freedif.org/openmamba/'
];
if (!$repo || !$arch) {