From ba0e1a3aa93a7b0b448d89ed082589aba3da8e20 Mon Sep 17 00:00:00 2001 From: dg2-new <dg2-new@mail.i2p> Date: Sun, 23 Feb 2014 21:38:12 +0000 Subject: [PATCH] * I2PTunnel: add 'irc.dg.i2p' to the default IRC2P tunnel (for more information, see http://echelon.i2p/docs/IRC2p/irc2p_userguide.txt) --- history.txt | 3 +++ installer/resources/i2ptunnel.config | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/history.txt b/history.txt index c36f910836..6a311d0333 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,6 @@ +2014-02-23 dg + * I2PTunnel: add 'irc.dg.i2p' to the default IRC2P tunnel (for more information, see http://echelon.i2p/docs/IRC2p/irc2p_userguide.txt) + 2014-02-21 zzz * Build: Add property for target version * I2CP Client: Generate revocation key of same type as signing key diff --git a/installer/resources/i2ptunnel.config b/installer/resources/i2ptunnel.config index c0eb5aa00c..b2f064ff71 100644 --- a/installer/resources/i2ptunnel.config +++ b/installer/resources/i2ptunnel.config @@ -35,7 +35,7 @@ tunnel.1.type=ircclient tunnel.1.sharedClient=false tunnel.1.interface=127.0.0.1 tunnel.1.listenPort=6668 -tunnel.1.targetDestination=irc.postman.i2p:6667,irc.freshcoffee.i2p:6667,irc.echelon.i2p:6667 +tunnel.1.targetDestination=irc.dg.i2p:6667,irc.postman.i2p:6667,irc.freshcoffee.i2p:6667,irc.echelon.i2p:6667 tunnel.1.i2cpHost=127.0.0.1 tunnel.1.i2cpPort=7654 tunnel.1.option.inbound.nickname=Irc2P -- GitLab