From ed513b6c15d650e9b7c0df43aa2ab8d3af60831c Mon Sep 17 00:00:00 2001 From: idk <hankhill19580@gmail.com> Date: Mon, 13 Mar 2023 00:02:08 +0000 Subject: [PATCH] remove stats.i2p from jump services --- .../java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClient.java | 2 +- installer/resources/checklist.md | 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 6e0fe36cda..e420774993 100644 --- a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClient.java +++ b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClient.java @@ -1640,7 +1640,7 @@ public class I2PTunnelHTTPClient extends I2PTunnelHTTPClientBase implements Runn 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/installer/resources/checklist.md b/installer/resources/checklist.md index 61e4b8cc0e..1aa9d3cb0f 100644 --- a/installer/resources/checklist.md +++ b/installer/resources/checklist.md @@ -21,7 +21,7 @@ - BuildTime: Don't have to do this every release, but update the EARLIEST and EARLIEST_LONG values in core/java/src/net/i2p/time/BuildTime.java - to the current date, more or less. + to the current date, more or less.(or use `ant bumpBuildTime`) - Tickets: Check if any blocker or critical tickets for this release remain open; get them fixed and closed, or reclassified. -- GitLab