forked from I2P_Developers/i2p.www
switch the mirrors back
This commit is contained in:
@@ -7,26 +7,26 @@ from random import randint
|
||||
|
||||
from i2p2www import CURRENT_I2P_VERSION, MIRRORS_FILE
|
||||
|
||||
#DEFAULT_MIRROR = {
|
||||
# "net": "clearnet",
|
||||
# "protocol": "https",
|
||||
# "domain": "files.i2p-projekt.de",
|
||||
# "path": "/%(version)s/%(file)s",
|
||||
# "org": "i2p-projekt",
|
||||
# "org_url": "https://files.i2p-projekt.de",
|
||||
# "country": "de",
|
||||
#}
|
||||
|
||||
DEFAULT_MIRROR = {
|
||||
"net": "clearnet",
|
||||
"protocol": "https",
|
||||
"domain": "download.i2p2.no",
|
||||
"path": "/releases/%(version)s/%(file)s",
|
||||
"org": "sigterm.no",
|
||||
"org_url": "https://download.i2p2.no",
|
||||
"country": "no",
|
||||
"net": "clearnet",
|
||||
"protocol": "https",
|
||||
"domain": "files.i2p-projekt.de",
|
||||
"path": "/%(version)s/%(file)s",
|
||||
"org": "i2p-projekt",
|
||||
"org_url": "https://files.i2p-projekt.de",
|
||||
"country": "de",
|
||||
}
|
||||
|
||||
#DEFAULT_MIRROR = {
|
||||
# "net": "clearnet",
|
||||
# "protocol": "https",
|
||||
# "domain": "download.i2p2.no",
|
||||
# "path": "/releases/%(version)s/%(file)s",
|
||||
# "org": "sigterm.no",
|
||||
# "org_url": "https://download.i2p2.no",
|
||||
# "country": "no",
|
||||
#}
|
||||
|
||||
#{
|
||||
# 'net': 'clearnet',
|
||||
# 'protocol': 'https',
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{"net": "clearnet", "protocol": "https", "domain": "download.i2p2.no", "path": "/releases/%(version)s/%(file)s", "org": "sigterm.no", "country": "no"}
|
||||
{"net": "clearnet", "protocol": "https", "domain": "files.i2p-projekt.de", "path": "/%(version)s/%(file)s", "org": "i2p-projekt", "country": "de"}
|
||||
{"net": "clearnet", "protocol": "https", "domain": "download.i2p2.no", "path": "/releases/%(version)s/%(file)s", "org": "sigterm.no", "country": "no"}
|
||||
{"net": "clearnet", "protocol": "https", "domain": "download.i2p2.de", "path": "/releases/%(version)s/%(file)s", "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": "i2p", "protocol": "http", "domain": "mgp6yzdxeoqds3wucnbhfrdgpjjyqbiqjdwcfezpul3or7bzm4ga.b32.i2p", "path": "/%(version)s/%(file)s", "org": "idk.i2p"}
|
||||
|
Reference in New Issue
Block a user