forked from I2P_Developers/i2p.www
Fix the mirror again
This commit is contained in:
@@ -10,13 +10,22 @@ from i2p2www import CURRENT_I2P_VERSION, MIRRORS_FILE
|
|||||||
DEFAULT_MIRROR = {
|
DEFAULT_MIRROR = {
|
||||||
"net": "clearnet",
|
"net": "clearnet",
|
||||||
"protocol": "https",
|
"protocol": "https",
|
||||||
"domain": "download.i2p2.de",
|
"domain": "files.i2p-projekt.de",
|
||||||
"path": "/releases/%(version)s/%(file)s",
|
"path": "/releases/%(version)s/%(file)s",
|
||||||
"org": "i2p2.de",
|
"org": "i2p-projekt",
|
||||||
"org_url": "https://download.i2p2.de",
|
|
||||||
"country": "de",
|
"country": "de",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#{
|
||||||
|
# "net": "clearnet",
|
||||||
|
# "protocol": "https",
|
||||||
|
# "domain": "download.i2p2.de",
|
||||||
|
# "path": "/releases/%(version)s/%(file)s",
|
||||||
|
# "org": "i2p2.de",
|
||||||
|
# "org_url": "https://download.i2p2.de",
|
||||||
|
# "country": "de",
|
||||||
|
#}
|
||||||
|
|
||||||
#{
|
#{
|
||||||
# 'net': 'clearnet',
|
# 'net': 'clearnet',
|
||||||
# 'protocol': 'https',
|
# 'protocol': 'https',
|
||||||
|
Reference in New Issue
Block a user