Fix the mirror again

This commit is contained in:
idk
2021-08-24 19:19:44 -04:00
parent c8350f311d
commit 453cdb93ec

View File

@@ -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',