I2PTunnel: Don't send 'X-Forwarded-For' on HTTP server tunnels for anonymity reasons (reported by 'trixie' on IRC).

This commit is contained in:
dg2-new
2013-11-28 21:03:19 +00:00
parent 707f616498
commit 0ff423fc57
3 changed files with 6 additions and 2 deletions

View File

@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 35;
public final static long BUILD = 36;
/** for example "-test" */
public final static String EXTRA = "-rc";