from FreeNode.Net/irc_servers.shtml
The current Tor hidden service address for freenode is mejokbp2brhw4omd.onion
For users of Tor with gpg keys that don't mind being identified bythem, we offer another hidden service of5t7o4shdbhotfuzp.onionThe latter hidden service is authenticated with a nick and passwordcombination and subsequently will not get blocked during periods ofgeneral tor abuse. Mailing tor at freenode dot net with your nickand a password hash signedtogether. The required hash can be generated with either
on irc: /quote makepass <password>
or
at a shell prompt: mkpasswd -H md5
This will get the process started. Also, if you'd rather your hash be encrypted, you may encrypt to 0x035D6B1D. The canonical way to do this would be to execute something like:
echo '<nick> <passwordhash>' | gpg --gnupg -sea -r 035D6B1D
We have to have a copy of your public key in order to verify the signature, so make sure to include a copy if it's not available on the keyserver network.
Latencies are improving all the time and can be quite reasonable. You can always find a pointer to our Tor hidden service in freenode.net DNS, in an unresolved CNAME record, irc.tor.freenode.net, which can be retrieved, for example, via the *nix shell command:
dig +short irc.tor.freenode.net cname
If your IRC client can handle socks5 with remote dns, you can just connect to the .onion address directly. Otherwise, use Tor's "mapaddress" feature to fake it. (We do not recommend that you use Privoxy with irssi.It's unnecessary. Just use the 'mapaddress' approach and torify irssi to start it up.) Add a line to yourtorrc,as in this example:
mapaddress 10.40.40.40 mejokbp2brhw4omd.onion mapaddress 10.40.40.41 5t7o4shdbhotfuzp.onion
Be sure to HUP (reload) Tor if you change your torrc. After you've made the change, just connect your torified IRC client to the IP you specified in your mapaddress statement for thefreenodeservice. Tor will do the conversion for you internally and you'll connect to freenode. In addition to providing location privacy, the Tor hidden service gives you end-to-end encryption, providing benefits similar to those of ircs / irc-ssl.
|