From: Michael Tremer Date: Mon, 15 Sep 2008 18:42:01 +0000 (+0200) Subject: Added mirror5.ipfire.org to the load balancer. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=837e3550c3670ec0d50db4329657540566898d49;p=ipfire.org.git Added mirror5.ipfire.org to the load balancer. --- 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", "/",),