]> git.ipfire.org Git - ipfire.org.git/blobdiff - download/getfile.py
Removed two offline servers and added mirror2.ipfire.org.
[ipfire.org.git] / download / getfile.py
index 61ac4c080e80d6592163a309148fdba7c13825dc..5edab622ac30e032b78333b3b38ca3de2abed28c 100755 (executable)
@@ -14,14 +14,13 @@ error  = open("error.log",  "a")
 hosts = (
 #                      PRIO SCHEME  HOSTNAME               PATH
                        ( 2, "http", "mirror1.ipfire.org",   "/",),
+                       (10, "http", "mirror2.ipfire.org",   "/",),
                        ( 4, "http", "mirror3.ipfire.org",   "/",),
                        ( 4, "http", "mirror5.ipfire.org",   "/",),
                        (10, "http", "www.rowie.at",         "/ipfire/",),
                        ( 8, "http", "ipfire.earl-net.com",  "/",),
                        ( 8, "http", "ipfire.kbarthel.de",   "/",),
                        ( 8, "http", "ipfire.1l0v3u.com",    "/",),
-                       ( 4, "http", "hex2.sv-altikon.ch",   "/ipfire/",),
-                       ( 8, "http", "ipfire.wintertech.de", "/",),
                        ( 8, "http", "kraefte.org",          "/ipfire",),
 )