From 16cc890a43f8dcfd73f2af2e821ee4929c84b541 Mon Sep 17 00:00:00 2001 From: str4d <str4d@mail.i2p> Date: Thu, 18 Sep 2014 00:55:34 +0000 Subject: [PATCH] Use the i2p.rocks inproxy (run by psi) instead of i2p.us (unknown operator) --- i2p2www/templatevars.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i2p2www/templatevars.py b/i2p2www/templatevars.py index ca600a343..0ddeba143 100644 --- a/i2p2www/templatevars.py +++ b/i2p2www/templatevars.py @@ -3,7 +3,7 @@ import os.path from i2p2www import CANONICAL_DOMAIN, CURRENT_I2P_VERSION, RTL_LANGS, SUPPORTED_LANGS, SUPPORTED_LANG_NAMES, STATIC_DIR, app -INPROXY = '.us' +INPROXY = '.rocks' # Run by psi I2P_TO_CLEAR = { 'forum.i2p': 'forum.i2p', # Don't convert forum.i2p, it is not accessible outside I2P -- GitLab