From e0d5d615189c58b640f8cf79e07bd2aae48ad985 Mon Sep 17 00:00:00 2001 From: idk Date: Mon, 21 Nov 2022 13:51:15 -0500 Subject: [PATCH] fix outproxy false.i2p line in i2ptunnel.config --- i2ptunnel.config | 4 ++-- i2pversion | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/i2ptunnel.config b/i2ptunnel.config index 851d39c..03c4564 100644 --- a/i2ptunnel.config +++ b/i2ptunnel.config @@ -21,7 +21,7 @@ tunnel.0.type=httpclient tunnel.0.sharedClient=false tunnel.0.interface=127.0.0.1 tunnel.0.listenPort=4444 -tunnel.0.proxyList=false.i2p +tunnel.0.proxyList=exit.stormycloud.i2p tunnel.0.i2cpHost=127.0.0.1 tunnel.0.i2cpPort=7654 tunnel.0.option.inbound.nickname=HTTP Proxy @@ -31,7 +31,7 @@ tunnel.0.option.i2cp.reduceIdleTime=900000 tunnel.0.option.i2cp.reduceOnIdle=true tunnel.0.option.i2cp.reduceQuantity=1 tunnel.0.option.i2p.streaming.connectDelay=1000 -tunnel.0.option.i2ptunnel.httpclient.SSLOutproxies=false.i2p +tunnel.0.option.i2ptunnel.httpclient.SSLOutproxies=exit.stormycloud.i2p tunnel.0.option.inbound.length=3 tunnel.0.option.inbound.lengthVariance=0 tunnel.0.option.outbound.length=3 diff --git a/i2pversion b/i2pversion index 068453c..f1d9f1e 100644 --- a/i2pversion +++ b/i2pversion @@ -2,15 +2,15 @@ JNA_VERSION=5.12.1 export JNA_VERSION=5.12.1 -I2PFIREFOX_VERSION=1.0.3 -export I2PFIREFOX_VERSION=1.0.3 +I2PFIREFOX_VERSION=1.0.5 +export I2PFIREFOX_VERSION=1.0.5 # Comment this out to build from an alternate branch or # the tip of the master branch. -VERSIONMAJOR=1 -VERSIONMINOR=9 -VERSIONBUILD=7 +VERSIONMAJOR=2 +VERSIONMINOR=0 +VERSIONBUILD=0 I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD" export I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD" -VERSION=i2p-jpackage-1.9.4 -export VERSION=i2p-jpackage-1.9.4 +VERSION=i2p-2.0.0 +export VERSION=i2p-2.0.0