From 4d68da45b4369443988ff2101f7f0e5d5f652f2e Mon Sep 17 00:00:00 2001
From: sponge <sponge@mail.i2p>
Date: Fri, 31 Aug 2012 04:17:24 +0000
Subject: [PATCH] Seperate out kytv's irc server

---
 res/raw/i2ptunnel_config | 25 ++++++++++++++++++++++++-
 1 file changed, 24 insertions(+), 1 deletion(-)

diff --git a/res/raw/i2ptunnel_config b/res/raw/i2ptunnel_config
index 51854a87c..9acf9d477 100644
--- a/res/raw/i2ptunnel_config
+++ b/res/raw/i2ptunnel_config
@@ -28,7 +28,7 @@ tunnel.1.type=ircclient
 tunnel.1.sharedClient=true
 tunnel.1.interface=127.0.0.1
 tunnel.1.listenPort=6668
-tunnel.1.targetDestination=irc.postman.i2p,irc.freshcoffee.i2p,irc.killyourtv.i2p
+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=shared clients
@@ -89,3 +89,26 @@ tunnel.3.option.inbound.lengthVariance=0
 tunnel.3.option.outbound.length=2
 tunnel.3.option.outbound.lengthVariance=0
 tunnel.3.startOnLoad=true
+
+# irc irc.killyourtv.i2p
+tunnel.1.name=irckytv
+tunnel.1.description=IRC proxy to access anonymous IRC servers
+tunnel.1.type=ircclient
+tunnel.1.sharedClient=true
+tunnel.1.interface=127.0.0.1
+tunnel.1.listenPort=6671
+tunnel.1.targetDestination=irc.killyourtv.i2p
+tunnel.1.i2cpHost=127.0.0.1
+tunnel.1.i2cpPort=7654
+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
+tunnel.1.option.i2cp.reduceQuantity=1
+tunnel.1.option.i2p.streaming.connectDelay=1000
+tunnel.1.option.inbound.length=2
+tunnel.1.option.inbound.lengthVariance=0
+tunnel.1.option.outbound.length=2
+tunnel.1.option.outbound.lengthVariance=0
+tunnel.1.startOnLoad=true
-- 
GitLab