From e80dcee65a2321ead8bf5df6cef349f4042d8188 Mon Sep 17 00:00:00 2001 From: zzz <zzz@mail.i2p> Date: Sat, 18 Jun 2011 19:40:26 +0000 Subject: [PATCH] back to shared clients --- res/raw/i2ptunnel_config | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/res/raw/i2ptunnel_config b/res/raw/i2ptunnel_config index cd9c66297..37a71106d 100644 --- a/res/raw/i2ptunnel_config +++ b/res/raw/i2ptunnel_config @@ -2,14 +2,14 @@ tunnel.0.name=I2P HTTP Proxy tunnel.0.description=HTTP proxy for browsing eepsites and the web tunnel.0.type=httpclient -tunnel.0.sharedClient=false +tunnel.0.sharedClient=true tunnel.0.interface=127.0.0.1 tunnel.0.listenPort=4444 tunnel.0.proxyList=false.i2p tunnel.0.i2cpHost=127.0.0.1 tunnel.0.i2cpPort=7654 -tunnel.0.option.inbound.nickname=HTTP Proxy -tunnel.0.option.outbound.nickname=HTTP Proxy +tunnel.0.option.inbound.nickname=shared clients +tunnel.0.option.outbound.nickname=shared clients #tunnel.0.option.i2cp.delayOpen=true tunnel.0.option.i2cp.reduceIdleTime=600000 tunnel.0.option.i2cp.reduceOnIdle=true @@ -25,14 +25,14 @@ tunnel.0.startOnLoad=true tunnel.1.name=IRC Proxy tunnel.1.description=IRC proxy to access anonymous IRC servers tunnel.1.type=ircclient -tunnel.1.sharedClient=false +tunnel.1.sharedClient=true tunnel.1.interface=127.0.0.1 tunnel.1.listenPort=6668 tunnel.1.targetDestination=irc.postman.i2p,irc.freshcoffee.i2p tunnel.1.i2cpHost=127.0.0.1 tunnel.1.i2cpPort=7654 -tunnel.1.option.inbound.nickname=IRC Proxy -tunnel.1.option.outbound.nickname=IRC Proxy +tunnel.1.option.inbound.nickname=shared clients +tunnel.1.option.outbound.nickname=shared clients #tunnel.1.option.i2cp.delayOpen=true tunnel.1.option.i2cp.reduceIdleTime=600000 tunnel.1.option.i2cp.reduceOnIdle=true -- GitLab