From 9b278eb0f39b2097ffd41b5d035b2b8b1d4c607e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 20 Mar 2024 11:21:19 +0100 Subject: disable awanti.com --- check.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check.php') diff --git a/check.php b/check.php index fa9878b8..67808342 100755 --- a/check.php +++ b/check.php @@ -60,7 +60,6 @@ $mirrors = [ 'http://ftp.arnes.si/mirrors/remi/', 'http://mirrors.thzhost.com/remi/', 'http://fr2.rpmfind.net/linux/remi/', - 'http://mirror.awanti.com/remi/', 'http://mirrors.netix.net/remi/', 'http://remi.mirrors.cu.be/', 'http://mirror.neolabs.kz/remi/', @@ -105,6 +104,7 @@ $mirrors = [ 'https://mirror.netzwerge.de/remi/', ]; $disabled = [ + 'http://mirror.awanti.com/remi/', 'http://mirror.xeonbd.com/remi/', 'https://mirror.telkomuniversity.ac.id/remi/', 'http://mirror.uta.edu.ec/remi/', -- cgit