diff --git a/mirrors.php b/mirrors.php index 086ef0f..23e040f 100755 --- a/mirrors.php +++ b/mirrors.php @@ -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) {