I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 6f2ffbac authored by zzz's avatar zzz
Browse files

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

parent c9cd8f90
No related branches found
No related tags found
No related merge requests found
......@@ -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',
}
......
{"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"}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment