Undraft blog post and switch mirrors
This commit is contained in:
@ -22,7 +22,7 @@ except ImportError:
|
||||
###########
|
||||
# Constants
|
||||
|
||||
CURRENT_I2P_VERSION = '1.5.0'
|
||||
CURRENT_I2P_VERSION = '1.6.0'
|
||||
CURRENT_I2P_FIREFOX_PROFILE_VERSION = '1.05.0'
|
||||
|
||||
CANONICAL_DOMAIN = 'geti2p.net'
|
||||
|
@ -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",
|
||||
"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',
|
||||
|
@ -8,7 +8,7 @@
|
||||
{% set i2p_windows_subver = '' %}
|
||||
{% set i2p_macosx_launcher_version = '0.1.8' %}
|
||||
|
||||
{% set i2p_android_version = '1.5.0' %}
|
||||
{% set i2p_android_version = '1.6.0' %}
|
||||
{% set i2p_android_version_kytv = '0.9.22' %}
|
||||
{% set i2p_android_version_fdroid = '0.9.47-1' %}
|
||||
|
||||
|
Reference in New Issue
Block a user