* I2PTunnel: Add default HTTPS outproxy

This commit is contained in:
zzz
2010-06-29 02:25:29 +00:00
parent edaa2fba16
commit a11c529557
2 changed files with 20 additions and 0 deletions

View File

@@ -116,3 +116,22 @@ tunnel.5.startOnLoad=true
tunnel.5.targetDestination=pop.postman.i2p
tunnel.5.type=client
tunnel.5.sharedClient=true
# HTTPS (CONNECT) outproxy
tunnel.6.name=I2P HTTPS Proxy
tunnel.6.description=HTTPS proxy for browsing eepsites and the web
tunnel.6.type=connectclient
tunnel.6.sharedClient=true
tunnel.6.interface=127.0.0.1
tunnel.6.listenPort=4445
tunnel.6.proxyList=outproxy.h2ik.i2p
tunnel.6.i2cpHost=127.0.0.1
tunnel.6.i2cpPort=7654
tunnel.6.option.inbound.nickname=shared clients
tunnel.6.option.outbound.nickname=shared clients
tunnel.6.option.i2cp.reduceIdleTime=900000
tunnel.6.option.i2cp.reduceOnIdle=true
tunnel.6.option.i2cp.reduceQuantity=1
tunnel.6.option.i2p.streaming.connectDelay=1000
tunnel.6.startOnLoad=true