temporarily switch default mirror to launchpad while meeh gets his nginx config untangled

This commit is contained in:
idk
2021-06-26 10:06:17 -04:00
parent 5e03fe7bac
commit 68d117056c
2 changed files with 17 additions and 7 deletions

View File

@ -8,13 +8,23 @@ from random import randint
from i2p2www import CURRENT_I2P_VERSION, MIRRORS_FILE
DEFAULT_MIRROR = {
'net': 'clearnet',
'protocol': 'https',
'domain': 'download.i2p2.de',
'org': 'sigterm.no',
'country': 'no',
"net": "clearnet",
"protocol": "https",
"domain": "launchpad.net",
"path": "/i2p/trunk/%(version)s/+download/%(file)s",
"org": "Launchpad",
"org_url": "https://launchpad.net",
"country": "us"
}
#{
# 'net': 'clearnet',
# 'protocol': 'https',
# 'domain': 'download.i2p2.de',
# 'org': 'sigterm.no',
# 'country': 'no',
#}
DEFAULT_I2P_MIRROR = {
'net': 'i2p',
'protocol': 'http',