Upgrade Android version on Web Site. Add Sadie's History of I2P blog post, slightly edited.

This commit is contained in:
idk
2021-08-28 17:41:27 -04:00
parent 4d966779ac
commit 21e01baa30
7 changed files with 544 additions and 24 deletions

View File

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