diff --git a/mirrors.php b/mirrors.php index f58aa30..41a8f1e 100644 --- a/mirrors.php +++ b/mirrors.php @@ -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.
";