mirrors.php: restore freedif mirror

This commit is contained in:
Silvan Calarco 2024-05-16 12:58:11 +02:00
parent 65c925a9a9
commit d39466b8ba

View File

@ -5,8 +5,8 @@ $arch = $_GET['arch'];
$basedirs = [
'https://cdn.openmamba.org/pub/openmamba/',
'https://hetzner1.openmamba.org/pub/openmamba/',
'https://mirror.freedif.org/openmamba/'
];
# 'https://mirror.freedif.org/openmamba/'
if (!$repo || !$arch) {
echo "Missing required arguments.<br>";