liberator - shabble/irssi-docs GitHub Wiki
Step by step Guide for connecting to LiberaChat with Irssi using the Tor network
First, follow those steps to the letter:
- https://github.com/shabble/irssi-docs/wiki/liberachat (clearnet needed)
- https://libera.chat/guides/registration (clearnet needed)
- https://github.com/shabble/irssi-docs/wiki/liberachat_certfp (clearnet needed)
- https://irssi.org/documentation/qna/tor/
- └──> https://libera.chat/guides/connect#accessing-liberachat-via-tor
Remember to restart Tor after adding the MapAddress
Afterwards, quit Irssi and launch it like this:
proxychains4 irssi
Then, modify the LiberaChat network entry by removing the regular server:
/server remove irc.libera.chat
and adding the Tor server:
/server add -network LiberaChat -tls -tls_cert ~/.irssi/libera.pem palladium.libera.chat 6697
Finally:
/connect LiberaChat
(will now use tor!)