fix outproxy false.i2p line in i2ptunnel.config
This commit is contained in:
@ -21,7 +21,7 @@ tunnel.0.type=httpclient
|
|||||||
tunnel.0.sharedClient=false
|
tunnel.0.sharedClient=false
|
||||||
tunnel.0.interface=127.0.0.1
|
tunnel.0.interface=127.0.0.1
|
||||||
tunnel.0.listenPort=4444
|
tunnel.0.listenPort=4444
|
||||||
tunnel.0.proxyList=false.i2p
|
tunnel.0.proxyList=exit.stormycloud.i2p
|
||||||
tunnel.0.i2cpHost=127.0.0.1
|
tunnel.0.i2cpHost=127.0.0.1
|
||||||
tunnel.0.i2cpPort=7654
|
tunnel.0.i2cpPort=7654
|
||||||
tunnel.0.option.inbound.nickname=HTTP Proxy
|
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.reduceOnIdle=true
|
||||||
tunnel.0.option.i2cp.reduceQuantity=1
|
tunnel.0.option.i2cp.reduceQuantity=1
|
||||||
tunnel.0.option.i2p.streaming.connectDelay=1000
|
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.length=3
|
||||||
tunnel.0.option.inbound.lengthVariance=0
|
tunnel.0.option.inbound.lengthVariance=0
|
||||||
tunnel.0.option.outbound.length=3
|
tunnel.0.option.outbound.length=3
|
||||||
|
14
i2pversion
14
i2pversion
@ -2,15 +2,15 @@
|
|||||||
|
|
||||||
JNA_VERSION=5.12.1
|
JNA_VERSION=5.12.1
|
||||||
export JNA_VERSION=5.12.1
|
export JNA_VERSION=5.12.1
|
||||||
I2PFIREFOX_VERSION=1.0.3
|
I2PFIREFOX_VERSION=1.0.5
|
||||||
export I2PFIREFOX_VERSION=1.0.3
|
export I2PFIREFOX_VERSION=1.0.5
|
||||||
# Comment this out to build from an alternate branch or
|
# Comment this out to build from an alternate branch or
|
||||||
# the tip of the master branch.
|
# the tip of the master branch.
|
||||||
VERSIONMAJOR=1
|
VERSIONMAJOR=2
|
||||||
VERSIONMINOR=9
|
VERSIONMINOR=0
|
||||||
VERSIONBUILD=7
|
VERSIONBUILD=0
|
||||||
I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD"
|
I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD"
|
||||||
export I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD"
|
export I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD"
|
||||||
VERSION=i2p-jpackage-1.9.4
|
VERSION=i2p-2.0.0
|
||||||
export VERSION=i2p-jpackage-1.9.4
|
export VERSION=i2p-2.0.0
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user