2007-11-06 jrandom

* add i2phost.i2p to the jump list
This commit is contained in:
jrandom
2007-11-06 11:26:01 +00:00
committed by zzz
parent 819a72d4f6
commit 03739996da
3 changed files with 10 additions and 3 deletions

View File

@@ -617,7 +617,9 @@ public class I2PTunnelHTTPClient extends I2PTunnelClientBase implements Runnable
}
private static String jumpServers[] = {"http://orion.i2p/jump/",
"http://trevorreznik.i2p/cgi-bin/jump.php?hostname="
"http://trevorreznik.i2p/cgi-bin/jump.php?hostname=",
"http://i2phost.org/cgi-bin/i2phostjump?"
};
private static void writeErrorMessage(byte[] errMessage, OutputStream out, String targetRequest,
boolean usingWWWProxy, String wwwProxy, boolean showAddrHelper) throws IOException {