From 453cdb93ec46288cd49653f46aab7dcca35c973c Mon Sep 17 00:00:00 2001 From: idk <hankhill19580@gmail.com> Date: Tue, 24 Aug 2021 19:19:44 -0400 Subject: [PATCH] Fix the mirror again --- i2p2www/downloads.py | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/i2p2www/downloads.py b/i2p2www/downloads.py index f989e6742..6a324870d 100644 --- a/i2p2www/downloads.py +++ b/i2p2www/downloads.py @@ -8,15 +8,24 @@ from random import randint from i2p2www import CURRENT_I2P_VERSION, MIRRORS_FILE DEFAULT_MIRROR = { - "net": "clearnet", - "protocol": "https", - "domain": "download.i2p2.de", - "path": "/releases/%(version)s/%(file)s", - "org": "i2p2.de", - "org_url": "https://download.i2p2.de", + "net": "clearnet", + "protocol": "https", + "domain": "files.i2p-projekt.de", + "path": "/releases/%(version)s/%(file)s", + "org": "i2p-projekt", "country": "de", } +#{ +# "net": "clearnet", +# "protocol": "https", +# "domain": "download.i2p2.de", +# "path": "/releases/%(version)s/%(file)s", +# "org": "i2p2.de", +# "org_url": "https://download.i2p2.de", +# "country": "de", +#} + #{ # 'net': 'clearnet', # 'protocol': 'https', -- GitLab