From 97cb90ef16184322a57628df1a865f796c4055e9 Mon Sep 17 00:00:00 2001 From: zzz Date: Fri, 1 Dec 2023 05:59:03 -0500 Subject: [PATCH] restore stats --- .../java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClient.java | 2 +- .../java/src/net/i2p/router/web/helpers/HomeHelper.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClient.java b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClient.java index c80973fd05..a30924f6f0 100644 --- a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClient.java +++ b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClient.java @@ -1630,7 +1630,7 @@ private final String getHostName(String host) { public static final String DEFAULT_JUMP_SERVERS = //"http://i2host.i2p/cgi-bin/i2hostjump?," + - //"http://stats.i2p/cgi-bin/jump.cgi?a=," + + "http://stats.i2p/cgi-bin/jump.cgi?a=," + //"http://no.i2p/jump/," + "http://i2pjump.i2p/jump/," + //"http://i2jump.i2p/"; diff --git a/apps/routerconsole/java/src/net/i2p/router/web/helpers/HomeHelper.java b/apps/routerconsole/java/src/net/i2p/router/web/helpers/HomeHelper.java index 3fc0d658d2..2519cb332f 100644 --- a/apps/routerconsole/java/src/net/i2p/router/web/helpers/HomeHelper.java +++ b/apps/routerconsole/java/src/net/i2p/router/web/helpers/HomeHelper.java @@ -109,7 +109,7 @@ public class HomeHelper extends HelperBase { _x("I2P Technical Docs") + S + _x("Technical documentation") + S + "http://i2p-projekt.i2p/how" + S + I + "education.png" + S + _x("I2P Wiki") + S + S + "http://wiki.i2p-projekt.i2p/" + S + I + "trac_wiki.png" + S + _x("I2P Bug Reports") + S + _x("Bug tracker") + S + "http://git.idk.i2p/i2p-hackers/i2p.i2p/-/issues" + S + I + "bug.png" + S + - //"stats.i2p" + S + _x("I2P Network Statistics") + S + "http://stats.i2p/cgi-bin/dashboard.cgi" + S + I + "chart_bar.png" + S + + "stats.i2p" + S + _x("I2P Network Statistics") + S + "http://stats.i2p/cgi-bin/dashboard.cgi" + S + I + "chart_bar.png" + S + ""; public boolean shouldShowWelcome() {