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