From 9c5610433824ab1439d1bc9e9099fe2ae1d2e539 Mon Sep 17 00:00:00 2001 From: idk <hankhill19580@gmail.com> Date: Wed, 7 Sep 2022 21:28:41 -0400 Subject: [PATCH] move download.i2p2.no to the top of the mirror list for now --- i2p2www/downloads.py | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/i2p2www/downloads.py b/i2p2www/downloads.py index 341da6baf..ad6723feb 100644 --- a/i2p2www/downloads.py +++ b/i2p2www/downloads.py @@ -7,26 +7,26 @@ from random import randint from i2p2www import CURRENT_I2P_VERSION, MIRRORS_FILE -DEFAULT_MIRROR = { - "net": "clearnet", - "protocol": "https", - "domain": "files.i2p-projekt.de", - "path": "/%(version)s/%(file)s", - "org": "i2p-projekt", - "org_url": "https://files.i2p-projekt.de", - "country": "de", -} - #DEFAULT_MIRROR = { -# "net": "clearnet", -# "protocol": "https", -# "domain": "download.i2p2.de", -# "path": "/releases/%(version)s/%(file)s", -# "org": "sigterm.no", -# "org_url": "https://download.i2p2.de", -# "country": "no", +# "net": "clearnet", +# "protocol": "https", +# "domain": "files.i2p-projekt.de", +# "path": "/%(version)s/%(file)s", +# "org": "i2p-projekt", +# "org_url": "https://files.i2p-projekt.de", +# "country": "de", #} +DEFAULT_MIRROR = { + "net": "clearnet", + "protocol": "https", + "domain": "download.i2p2.no", + "path": "/releases/%(version)s/%(file)s", + "org": "sigterm.no", + "org_url": "https://download.i2p2.no", + "country": "no", +} + #{ # 'net': 'clearnet', # 'protocol': 'https', -- GitLab