From 45188698494d5b964fd3a0f375f1bea195510601 Mon Sep 17 00:00:00 2001 From: str4d Date: Wed, 17 Sep 2014 23:05:28 +0000 Subject: [PATCH] Disable inproxy for stats.i2p and zzz.i2p --- i2p2www/templatevars.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/i2p2www/templatevars.py b/i2p2www/templatevars.py index 6955b847..ca600a34 100644 --- a/i2p2www/templatevars.py +++ b/i2p2www/templatevars.py @@ -10,6 +10,8 @@ I2P_TO_CLEAR = { 'trac.i2p2.i2p': 'trac.i2p2.de', 'mail.i2p': 'i2pmail.org', 'lists.i2p2.i2p': 'lists.i2p2.de', + 'stats.i2p': 'stats.i2p', # Inproxy disabled at request of site owner + 'zzz.i2p': 'zzz.i2p', # Inproxy disabled at request of site owner }