From 837e3550c3670ec0d50db4329657540566898d49 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 15 Sep 2008 20:42:01 +0200 Subject: [PATCH] Added mirror5.ipfire.org to the load balancer. --- download/getfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/download/getfile.py b/download/getfile.py index 04b81f1b..15b4dc0c 100644 --- a/download/getfile.py +++ b/download/getfile.py @@ -13,6 +13,7 @@ hosts = ( # PRIO SCHEME HOSTNAME PATH ( 2, "http", "mirror1.ipfire.org", "/",), ( 4, "http", "mirror2.ipfire.org", "/",), + ( 4, "http", "mirror5.ipfire.org", "/",), ( 8, "http", "www.rowie.at", "/ipfire/",), ( 8, "http", "ipfire.earl-net.com", "/",), ( 8, "http", "ipfire.kbarthel.de", "/",), -- 2.39.2