From 64845da2a10933a9a91e98d88c305cf7847dfb13 Mon Sep 17 00:00:00 2001 From: l-n-s Date: Sat, 25 Jun 2016 09:25:11 +0000 Subject: [PATCH] Updated Using i2pd (markdown) --- Using-i2pd.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/Using-i2pd.md b/Using-i2pd.md index cf3cd80..ab13822 100644 --- a/Using-i2pd.md +++ b/Using-i2pd.md @@ -9,7 +9,9 @@ and many more. ## Browsing and hosting websites ## Using and hosting chat servers -# IRC + +### IRC server + This is just a server tunnel for IRC, if your IRC server doesn't support WebIRC. Put it in ~/.i2pd/tunnels.conf [walker] @@ -34,6 +36,17 @@ And this in ~/.i2pd/tunnels.conf keys = walker-key.dat webircpassword = your_password <---- your WebIRC password +### IRC client +To connect to IRC server at *walker.i2p*, use similar tunnel config: + + [IRC2] + type=client + address=127.0.0.1 + port=6669 + destination=walker.i2p + #keys = walker-keys.dat + +Then connect to irc://127.0.0.1:6669 with your IRC client. ## File sharing \ No newline at end of file