Add download.i2p2.de, make default w/ https, thx Meeh and welterde
This commit is contained in:
@ -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',
|
||||
}
|
||||
|
||||
|
@ -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"}
|
||||
|
Reference in New Issue
Block a user