Tweaked "How to connect to IRC" entry of faq

This commit is contained in:
str4d
2013-01-29 01:30:18 +00:00
parent 5c2efa5a75
commit f9d7a43bc7

View File

@@ -423,10 +423,12 @@ See the
<h3 id="irc">{% trans %}How do I connect to IRC within I2P?{% endtrans %}
<span class="permalink">(<a href="#irc">{{ _('link') }}</a>)</span></h3>
<p>{% trans %}
On the
<a href="http://localhost:7657/i2ptunnel/index.jsp">I2PTunnel configuration page</a>,
start the ircProxy.
Then tell your IRC client to connect to localhost port 6668.
A tunnel to the main IRC server within I2P, Irc2P, is created when I2P is installed (see
the <a href="http://localhost:7657/i2ptunnel/index.jsp">I2PTunnel configuration page</a>),
and is automatically started when the I2P router starts. To connect to it, tell your IRC
client to connect to <code>localhost 6668</code>. XChat-like client users can create a
new network with the server <code>localhost/6668</code> (remember to tick &quot;Bypass
proxy server&quot; if you have a proxy server configured).
{%- endtrans %}</p>
<h3 id="remote_webconsole">{% trans %}How can I access the web console from my other machines or password protect it?{% endtrans %}