Add download.i2p2.de, make default w/ https, thx Meeh and welterde

This commit is contained in:
zzz
2014-02-02 15:52:05 +00:00
parent c9cd8f90de
commit 6f2ffbac1b
2 changed files with 4 additions and 2 deletions

View File

@ -8,8 +8,8 @@ from random import randint
from i2p2www import CURRENT_I2P_VERSION, MIRRORS_FILE
DEFAULT_MIRROR = {
'protocol': 'http',
'domain': 'download.i2p2.no',
'protocol': 'https',
'domain': 'download.i2p2.de',
'org': 'meeh',
}

View File

@ -1,2 +1,4 @@
{"protocol": "https", "domain": "launchpad.net", "path": "/i2p/trunk/%(version)s/+download/%(file)s", "org": "Launchpad", "org_url": "https://launchpad.net", "country": "us"}
{"protocol": "https", "domain": "download.i2p2.de", "path": "/releases/%(version)s/%(file)s", "org": "meeh", "country": "no"}
{"protocol": "http", "domain": "download.i2p2.de", "path": "/releases/%(version)s/%(file)s", "org": "meeh", "country": "no"}
{"protocol": "http", "domain": "download.i2p2.no", "path": "/releases/%(version)s/%(file)s", "org": "meeh", "country": "no"}