mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
WebIRC wiki
@@ -9,5 +9,31 @@ and many more.
|
|||||||
## Browsing and hosting websites
|
## Browsing and hosting websites
|
||||||
|
|
||||||
## Using and hosting chat servers
|
## Using and hosting chat servers
|
||||||
|
# IRC
|
||||||
|
This is just a server tunnel for IRC, if your IRC server doesn't support WebIRC. Put it in ~/.i2pd/tunnels.conf
|
||||||
|
|
||||||
|
[walker]
|
||||||
|
type = irc
|
||||||
|
host = 127.0.0.1 <--- IRC server address
|
||||||
|
port = 5555 <--- IRC server port
|
||||||
|
keys = walker-key.dat
|
||||||
|
|
||||||
|
But if your IRC server supports WebIRC, for example, UnreadIRCd, put this into UnrealIRCd config:
|
||||||
|
|
||||||
|
webirc {
|
||||||
|
mask 127.0.0.1;
|
||||||
|
password <your_password>; // no <> brackets around password!
|
||||||
|
};
|
||||||
|
|
||||||
|
And this in ~/.i2pd/tunnels.conf
|
||||||
|
|
||||||
|
[walker]
|
||||||
|
type = irc
|
||||||
|
host = 127.0.0.1
|
||||||
|
port = 5555 <--- UnrealIRCd listen port
|
||||||
|
keys = walker-key.dat
|
||||||
|
webircpassword = your_password <---- your WebIRC password
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## File sharing
|
## File sharing
|
||||||
Reference in New Issue
Block a user