Fix the mirror again

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

View File

@@ -10,13 +10,22 @@ from i2p2www import CURRENT_I2P_VERSION, MIRRORS_FILE
DEFAULT_MIRROR = { DEFAULT_MIRROR = {
"net": "clearnet", "net": "clearnet",
"protocol": "https", "protocol": "https",
"domain": "download.i2p2.de", "domain": "files.i2p-projekt.de",
"path": "/releases/%(version)s/%(file)s", "path": "/releases/%(version)s/%(file)s",
"org": "i2p2.de", "org": "i2p-projekt",
"org_url": "https://download.i2p2.de",
"country": "de", "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', # 'net': 'clearnet',
# 'protocol': 'https', # 'protocol': 'https',