added i2jump.i2p as jump-site

This commit is contained in:
dev
2008-05-06 19:44:35 +00:00
parent 959e308578
commit 89389ccc13
3 changed files with 4 additions and 1 deletions

View File

@@ -649,7 +649,8 @@ public class I2PTunnelHTTPClient extends I2PTunnelClientBase implements Runnable
"http://i2host.i2p/cgi-bin/i2hostjump?",
// "http://orion.i2p/jump/",
"http://stats.i2p/cgi-bin/jump.cgi?a=",
"http://trevorreznik.i2p/cgi-bin/jump.php?hostname="
"http://trevorreznik.i2p/cgi-bin/jump.php?hostname=",
"http://i2jump.i2p/"
};
private static void writeErrorMessage(byte[] errMessage, OutputStream out, String targetRequest,
boolean usingWWWProxy, String wwwProxy, boolean showAddrHelper) throws IOException {