1
0
mirror of https://github.com/PurpleI2P/i2pd_docs_en synced 2025-09-09 12:42:19 +00:00

fix irc client tutorial

This commit is contained in:
Darknet Villain 2018-03-20 07:39:33 -04:00
parent 399c4bc3cc
commit ca5ec50b27

View File

@ -16,9 +16,9 @@ To connect to IRC server at *irc.ilita.i2p:6667*, add this to ~/.i2pd/tunnels.co
type = client type = client
address = 127.0.0.1 address = 127.0.0.1
port = 6669 port = 6669
destination = walker.i2p destination = irc.ilita.i2p
destinationport = 6667 destinationport = 6667
#keys = walker-keys.dat #keys = irc-client-key.dat
Restart i2pd, then connect to irc://127.0.0.1:6669 with your IRC client. Restart i2pd, then connect to irc://127.0.0.1:6669 with your IRC client.