Instructions for connecting to irc via onion address

This commit is contained in:
Bob Mottram 2016-02-13 12:21:47 +00:00
parent 3e11610be5
commit 6f8854d1ee
1 changed files with 25 additions and 0 deletions

View File

@ -172,6 +172,31 @@ If you are using the [[http://www.irssi.org][irssi]] IRC client then you can use
/connect yourdomainname
/join freedombone
#+END_SRC
You can also connect via Tor, and this will help to protect your metadata from mass surveillance and will also allow you to connect even if you are behind a hostile firewall. Note however, that connecting to popular servers such as Freenode is hard to do via Tor (they may block exit nodes to try to stop trolls), so you might want to have a special irssi config file for only connecting to your server.
Look up the onion address for IRC on your Freedombone system.
#+BEGIN_SRC bash
ssh username@domain -p 2222
sudo control
#+END_SRC
Go to the /About/ screen and look for the IRC onion address, then exit back to your local system.
#+BEGIN_SRC bash
exit
#+END_SRC
Once you know the onion address for the IRC server you can then connect to it with:
#+BEGIN_SRC bash
usewithtor irssi
/server add -auto myaddress.onion 6697
/ignore * CTCPS
/connect myaddress.onion
/join freedombone
#+END_SRC
*** XChat
If you are using the XChat client: