Undraft blog post and switch mirrors

This commit is contained in:
idk
2021-12-01 15:43:11 -05:00
parent 83b028c8f3
commit 4a37182295
4 changed files with 19 additions and 18 deletions

View File

@ -7,25 +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",
# "country": "de",
#}
DEFAULT_MIRROR = {
"net": "clearnet",
"protocol": "https",
"domain": "download.i2p2.de",
"path": "/releases/%(version)s/%(file)s",
"org": "sigterm.no",
"org_url": "https://download.i2p2.de",
"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.de",
# "path": "/releases/%(version)s/%(file)s",
# "org": "sigterm.no",
# "org_url": "https://download.i2p2.de",
# "country": "no",
#}
#{
# 'net': 'clearnet',
# 'protocol': 'https',