From 15f1e18da10a30a4c7bca4d44387247f36886114 Mon Sep 17 00:00:00 2001 From: str4d <str4d@mail.i2p> Date: Thu, 5 Dec 2013 00:47:32 +0000 Subject: [PATCH] Added Nameless IRC to default tunnels --- res/raw/i2ptunnel_config | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/res/raw/i2ptunnel_config b/res/raw/i2ptunnel_config index 5ea901d68..5823eacd0 100644 --- a/res/raw/i2ptunnel_config +++ b/res/raw/i2ptunnel_config @@ -112,3 +112,26 @@ tunnel.4.option.inbound.lengthVariance=0 tunnel.4.option.outbound.length=2 tunnel.4.option.outbound.lengthVariance=0 tunnel.4.startOnLoad=true + +# irc irc.stream.i2p +tunnel.5.name=Nameless IRC Network +tunnel.5.description=IRC tunnel to access the Nameless network +tunnel.5.type=ircclient +tunnel.5.sharedClient=true +tunnel.5.interface=127.0.0.1 +tunnel.5.listenPort=6672 +tunnel.5.targetDestination=irc.stream.i2p +tunnel.5.i2cpHost=127.0.0.1 +tunnel.5.i2cpPort=7654 +tunnel.5.option.inbound.nickname=shared clients +tunnel.5.option.outbound.nickname=shared clients +#tunnel.5.option.i2cp.delayOpen=true +tunnel.5.option.i2cp.reduceIdleTime=600000 +tunnel.5.option.i2cp.reduceOnIdle=true +tunnel.5.option.i2cp.reduceQuantity=1 +tunnel.5.option.i2p.streaming.connectDelay=1000 +tunnel.5.option.inbound.length=2 +tunnel.5.option.inbound.lengthVariance=0 +tunnel.5.option.outbound.length=2 +tunnel.5.option.outbound.lengthVariance=0 +tunnel.5.startOnLoad=true -- GitLab