mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
Updated Using i2pd (markdown)
@@ -9,7 +9,9 @@ and many more.
|
|||||||
## Browsing and hosting websites
|
## Browsing and hosting websites
|
||||||
|
|
||||||
## Using and hosting chat servers
|
## 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
|
This is just a server tunnel for IRC, if your IRC server doesn't support WebIRC. Put it in ~/.i2pd/tunnels.conf
|
||||||
|
|
||||||
[walker]
|
[walker]
|
||||||
@@ -34,6 +36,17 @@ And this in ~/.i2pd/tunnels.conf
|
|||||||
keys = walker-key.dat
|
keys = walker-key.dat
|
||||||
webircpassword = your_password <---- your WebIRC password
|
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
|
## File sharing
|
||||||
Reference in New Issue
Block a user